aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_cksum.c
Commit message (Expand)AuthorAgeFilesLines
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-0/+60
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-241-31/+27
* Fix more continuous/contiguous typos (cf. r215955)Rebecca Cran2010-11-271-1/+1
* Purposely tell the compiler that we ignore the return value of ADDCARRY()Rui Paulo2010-10-131-1/+1
* Clean up VCS Ids.David E. O'Brien2007-12-101-3/+5
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-1/+0
* Marked these as packed correctlyWarner Losh2007-01-121-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* We needn't check "m" for NULL here because "off" should be withinYaroslav Tykhiy2006-06-301-1/+1
* Convert in6_cksum() to ANSI C function declaration.Robert Watson2006-01-221-4/+1
* scope cleanup. with this changeHajimu UMEMOTO2005-07-251-12/+19
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* - fix typo in comments.Hajimu UMEMOTO2003-10-081-19/+0
* panic() doesn't need \nSUZUKI Shinsuke2003-04-291-4/+4
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* s/__attribute__((__packed__))/__packed/gAlfred Perlstein2002-09-231-1/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-5/+5
* add attrbute(packed) to union def with specific align constraitn.Jun-ichiro itojun Hagino2000-09-091-11/+11
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-7/+27
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+301