summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/tcpip_if.h
Commit message (Collapse)AuthorAgeFilesLines
* Renamed tcpip_if.[ch] to tcpip.[ch]Michael Brown2006-08-011-93/+0Star
|
* Correct TCP/IP checksum generation.Michael Brown2006-07-201-1/+3
|
* The following edits were made: \Nikhil Chandru Rao2006-07-191-1/+1
| | | | | | 1. Updated UDP send data code\ 2. Corrected internet checksum\ 3. Moved udp_buffer() and udp_buflen() to udp.c from udp.h
* Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and ↵Nikhil Chandru Rao2006-06-281-0/+91
include/gpxe/tcpip_if.h respectively. Made changes in the other files.