summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* support IPV6_USE_MIN_MTU, to make BIND9 better.itojun2004-06-121-2/+5
* back out tree breakage. Like, come onderaadt2004-06-111-5/+2
* support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kameitojun2004-06-111-2/+5
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-151-1/+46
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* sync with latest KAME in6_ifaddr/prefix/default router manipulation.itojun2002-06-081-1/+10
* mistake in sysctl tableitojun2002-06-071-1/+2
* just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB,itojun2002-06-071-4/+5
* limit number of IPv6 fragments (not the fragment queue size) toitojun2002-05-281-2/+21
* First round of __P removal in sysmillert2002-03-141-24/+24
* whitespace/comment sync with kameitojun2001-12-071-16/+9
* comment; sockopt # 57-59 are also reserveditojun2001-09-191-2/+2
* Add IPCOMP setsockopt policy controls. While here fix the other policies tooniklas2001-08-221-2/+3
* fix constness of IN6_{IS,ARE}_xx macros to conform to RFC2553.itojun2001-03-301-19/+19
* remove date string from KAME version identification, it is getting meaninglessitojun2001-03-021-3/+5
* get rid of #ifdef IPV6FIREWALL (never used, will never be used)itojun2001-02-161-9/+2
* pull in new pcb notification code from kame. better handling of scope address.itojun2001-02-161-2/+4
* use __P() in prototype for non-ansi compilers.itojun2000-10-171-7/+8
* move IPv6 IPsec sysctl # downward, to avoid number conflict in *BSD.itojun2000-08-271-6/+8
* don't pull sys/queue.h in. sync better with kame.itojun2000-07-161-38/+24
* Fix typo; ds@ds.primasoft.bgaaron2000-06-251-2/+2
* allow IPsec-related get/setsockopt on IPv6 socket. due to number conflictitojun2000-06-181-2/+8
* net.inet.ip.gif_ttl (and IPv6 counterpart) is never used.itojun2000-05-251-6/+9
* bring in recent KAME changes (only important and stable ones, as usual).itojun2000-02-281-42/+4
* use more modern typesderaadt2000-02-191-4/+4
* improve RFC2553/2292 conformance. netinet6/{ip6,icmp6,in6}.h should notitojun2000-02-091-1/+5
* Add RCS tags, remove unused header files and code, remove a fewangelos1999-12-101-0/+1
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-124/+582
* Replace 'in6a_words' (old NRL convention) with 's6_addr32' (new BSDI et al.cmetz1999-03-241-18/+18
* Demangled the INET6 stuff so as not to require any extra options and not tocmetz1999-03-091-2/+2
* Synchronized changes needed to integrate into OpenBSD with the NRL sourcecmetz1999-02-241-180/+0
* _KERNEL, and other cleanupderaadt1999-01-111-2/+2
* merge INPROTO_* tablesderaadt1999-01-101-21/+0
* use _KERNEL, add ipv6intrq declderaadt1999-01-081-1/+1
* missed filederaadt1999-01-071-0/+393