summaryrefslogtreecommitdiffstats
path: root/src/net/icmpv6.c
Commit message (Collapse)AuthorAgeFilesLines
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
|
* Warnings purgeMarty Connor2007-07-021-1/+1
|
* pkbuff->iobuf changeoverMichael Brown2007-05-191-18/+18
| | | | | | | | Achieved via Perl using: perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \ -e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \ -e 's/pkb/iobuf/g; s/PKB/IOB/g;'
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-101-1/+2
| | | | transmissions.
* Verify checksums on the RX datapath.Michael Brown2007-01-031-2/+1Star
| | | | Simplify checksum generation on the TX datapath.
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
| | | | | | | | defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.) There should be no need to include vsprintf.h just for DBG() statements, since include/compiler.h forces it in for a debug build anyway.
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-2/+3
|
* IP6 supportNikhil Chandru Rao2006-08-191-0/+128