summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_cksum.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In in_cksum() and in6_cksum() convert types to C99 style and makebluhm2019-04-221-15/+14
| | | | | | | both functions consistent. In in_cksum() panic if len is longer than mbuf, but in in6_cksum() do not panic if off and len match exactly to the end of mbuf. OK claudio@
* ansitedu2015-07-171-4/+2
|
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* de-register. deraadt okitojun2003-12-101-6/+6
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* whitespaceitojun2002-06-091-2/+2
|
* OpenBSD tags + some prototyping policeniklas1997-02-241-0/+1
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+3
|
* initial import of NetBSD treederaadt1995-10-181-0/+151