aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6.h
Commit message (Expand)AuthorAgeFilesLines
* o Conditionalize sections for POSIX.1-2001 compatibility.Mike Barcroft2002-05-231-31/+49
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-12/+12
* Unconditionalize the definition of INET_ADDRSTRLEN andMike Barcroft2002-04-101-2/+0
* put an extern for ip6_protox in here where it is only used for kernel compilingDarren Reed2002-03-191-0/+1
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>Mike Barcroft2002-03-101-0/+2
* Make faith loadable, unloadable, and clonable.Brooks Davis2001-09-251-0/+2
* remove IN6_IS_ADDR_ANY macro (outside of standard, #if 0'ed for a long time)Hajimu UMEMOTO2001-06-241-7/+0
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-65/+118
* warn that setsockopt/sysctl # spaces are shared among *BSD, and should betterJun-ichiro itojun Hagino2000-08-271-0/+2
* split net.inet6.ip6.rtexpire (and others) from net.inet.ip.*.Jun-ichiro itojun Hagino2000-07-051-1/+7
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-158/+161
* Fixed missing prototype for inet6_rthdr_reverse().Bruce Evans2000-05-111-0/+2
* Backout the previous change to __KAME_VERSION (FreeBSD4.x addition),Yoshinobu Inoue2000-03-131-1/+1
* Change __KAME_VERSION value. Added the word "FreeBSD4.x" to identify theYoshinobu Inoue2000-03-121-1/+1
* Forbid include of soem inet6 header files from wrong placeYoshinobu Inoue2000-02-101-0/+4
* wrapped prototype declarations by __P(())Yoshinobu Inoue2000-01-151-6/+8
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-64/+2
* there's no memcmp() in kernel, use bcmp() instead.Jun-ichiro itojun Hagino1999-11-291-0/+8
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-19/+16
* KAME related header files additions and merges.Yoshinobu Inoue1999-11-051-0/+639