summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add kernel support for Protocol Independant Multicast (PIM)mcbride2005-01-141-2/+2
* Multicast routing cleanup from Pavlin Radoslavovmcbride2004-11-241-1/+3
* extend routing table to be able to match and route packets based oncedric2004-06-061-1/+12
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-151-1/+33
* Change pfsync IP protocol and multicast group numbers.mcbride2003-12-171-3/+3
* Add initial support for pf state synchronization over the network.mcbride2003-12-151-1/+3
* Common Address Redundancy Protocolmcbride2003-10-171-2/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* First round of __P removal in sysmillert2002-03-141-11/+11
* send igmp v2 leave messages to allrouters address (PR#2164)jakob2001-11-061-1/+2
* Styleangelos2001-07-051-2/+2
* IPComp itself (include files). angelos@ ok.jjbg2001-07-051-3/+18
* Use in_cksum_phdr() rather than in_cksum() -- from NetBSDangelos2001-06-251-8/+8
* Import in_cksum_phdr() and in_cksum_addword() from NetBSD.angelos2001-06-241-1/+48
* Import in_delayed_cksum() and convert to using it; also, don't doangelos2001-06-241-1/+2
* Typo.angelos2001-06-231-2/+2
* Prototype for in4_cksum()angelos2001-06-231-1/+2
* IPsec setsockopts.angelos2001-06-121-2/+3
* Inclusion protection.angelos2001-06-091-3/+3
* Add some IPsec-related IP-level socket options.angelos2001-05-271-1/+6
* convert mbuf and cluster allocation to pool, mostly from NetBSDprovos2001-05-171-1/+4
* remove duplicated def of INET_ADDRSTRLEN.itojun2000-12-091-3/+1
* Lots and lots of changes.angelos2000-09-191-5/+3
* Path MTU discovery based on NetBSD but with the decision to use the DFprovos2000-09-181-2/+6
* for mcdonald-simple-ipsec-api get/setsockopt, variable size was mixed up.itojun2000-06-181-4/+4
* net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.itojun2000-05-251-2/+4
* improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should notitojun2000-02-091-1/+3
* new bindresvport() semantics that itojun, shin, jean-luc and i have agreed on, which will be happy for the future. bindresvport_sa() for sockaddr *, too. docs later..deraadt2000-01-261-2/+2
* Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notangelos2000-01-211-2/+2
* Bump IPPROTO_MAX to include IPPROTO_MOBILE and IPPROTO_ETHERIP.angelos2000-01-181-2/+2
* Remove ifdef'ed out definitions.angelos2000-01-111-175/+1
* Add 10 new ipsec-related sysctl variables...they are currently underangelos2000-01-101-2/+24
* Add net.inet.ip.ipsec-invalid-life, default value 60 seconds; theangelos2000-01-101-3/+5
* Add a sysctl for IPsec ingress access control (better explanation on aangelos2000-01-091-2/+4
* Forgot the names here...angelos2000-01-071-3/+3
* IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD)angelos2000-01-071-5/+7
* too much software forgets to include sys/socket.h, SIGHderaadt1999-12-181-1/+2
* rresvport_af() and bindresvport_af()deraadt1999-12-161-1/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-2/+33
* Add etherip.allow sysctl node entry.angelos1999-10-281-1/+47
* Define IPPROTO_ETHERIP.angelos1999-10-281-1/+2
* Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.niklas1999-04-111-5/+36
* The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)niklas1999-04-091-2/+2
* add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoingprovos1999-03-271-1/+3
* Removed old NRL convention in6a_words virtual-field from struct in6_addr.cmetz1999-03-241-2/+1
* Added in.h definitions required by IPv6 Basic API and Advanced API specs, andcmetz1999-02-241-7/+169
* add fragment flood protection; configureable using sysctl ip.maxqueuederaadt1999-02-171-2/+4
* merge INPROTO_* tablesderaadt1999-01-101-5/+10
* update for ipv6deraadt1999-01-071-1/+3
* use int8_t, not char in c++ case for consistency and fix indentationmillert1999-01-031-2/+2