summaryrefslogtreecommitdiffstats
path: root/src/proto/ip.c
Commit message (Collapse)AuthorAgeFilesLines
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-137/+0Star
| | | | | | | | | | | | | implementation allows for only one, and does so without compromising on the efficiency of static allocation). Link-layer protocols are cleanly separated from the device drivers. Network-layer protocols are cleanly separated from individual network devices. Link-layer and network-layer protocols are cleanly separated from each other.
* Added set_netmask() and set_gateway()Michael Brown2006-04-051-0/+28
|
* Split non-TCP portions of the stack out into ip.[ch].Michael Brown2006-03-241-0/+109
Added set_ipaddr().