summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Collapse)AuthorAgeFilesLines
* rtcalloc() is removed because it turned out not to be necessary for FreeBSD.shin1999-12-093-9/+5
| | | | | | (It was added as a part of KAME patch) Specified by: jdp@polstra.com
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-0722-216/+1245
| | | | | | | | | | packet divert at kernel for IPv6/IPv4 translater daemon This includes queue related patch submitted by jburkhol@home.com. Submitted by: queue related patch from jburkhol@home.com Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* Just to avoid warning message about trigraph.shin1999-11-301-1/+1
| | | | Commented by: green
* there's no memcmp() in kernel, use bcmp() instead.itojun1999-11-291-0/+8
| | | | | in userland memcmp() is preferred for ANSI preference. (from KAME repository)
* Removed IPSEC and IPV6FIREWALL because they are not ready yet.shin1999-11-239-12/+0
|
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-2237-116/+19991
| | | | | | | | | | for IPv6 yet) With this patch, you can assigne IPv6 addr automatically, and can reply to IPv6 ping. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
* KAME related header files additions and merges.shin1999-11-052-0/+1286
(only those which don't affect c source files so much) Reviewed by: cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud