summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.h
AgeCommit message (Expand)Author
2021-02-03CTASSERT -> __CTASSERT to unbreak userland build.roy
2021-02-03Sprinkle CTASSERT to enforce on-wire layout without __packedroy
2021-02-03Remove __packed from various network structuresroy
2018-02-07Remove RSVP_ISI, that's mostly dead code. FreeBSD and OpenBSD too removedmaxv
2008-08-07make this compile as proposed by dholland@cegger
2008-08-06Convert socket options code to use a sockopt structureplunky
2007-12-25Convert many of the uses of __attribute__ to equivalentperry
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-02-26nuke trailing whitespaceperry
2004-09-04IPv4 PIM support, based on a submission from Pavlin Radoslavov posted onmanu
2004-04-21no space between function name and paren: foo (blah) -> foo(blah)itojun
2004-04-18De __P()matt
2003-06-26cleanup multicast routing stuff on if_detach().itojun
2002-06-09whitespaceitojun
2001-05-08pull encapsulated packet for vif* via ip_encap framework.itojun
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-11-20Add the `packed' attribute to structures which describe wire protocol data.thorpej
1999-07-01IPv6 kernel code, based on KAME/NetBSD 1.4, SNAP kit 19990628.itojun
1999-01-11Adjust for the new IP-IP input path. mrt_ipip_input() is called fromthorpej
1998-12-22ipip_input() -> mrt_ipip_input().thorpej
1998-02-10add/cleanup multiple inclusion protection.perry
1996-09-09Rework the token bucket filter to use a list of packets rather than a staticmycroft
1996-06-23Return ENOPROTOOPT rather than picking pseudo-random error values.mycroft
1996-02-13netinet prototypeschristos
1995-05-31Integrate multicast 3.5 distribution, with several bugs fixed and generalmycroft
1995-04-13be a bit more careful and explicit with types. (basically a large no-op.)cgd
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-09Update to version 2 mrouting; from pre-4.4lite NetBSD + 4.4 modsbrezak
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1994-01-09Prototype the rest.mycroft
1994-01-08Fix some inconsistent spacing; spaces at the end of lines, etc.mycroft
1993-12-06multicast support.hpeyerl