summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_cksum.c
Commit message (Collapse)AuthorAgeFilesLines
* add attrbute(packed) to union def with specific align constraitn.itojun2000-09-091-11/+11
| | | | | | | move file static variable to auto variable, make in6_cksum() work better in kernel-MP environment. sync with kame. From: Alfred Perlstein <bright@wintelcom.net>
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-7/+27
| | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+301
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
OpenPOWER on IntegriCloud