summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_udp.c
Commit message (Expand)AuthorAgeFilesLines
* Use XFER_INIT() macro.Michael Brown2008-01-221-7/+1Star
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+0Star
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+1
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* Partial migration of UDP to data-xfer interface. (Will not link atMichael Brown2007-06-201-30/+7Star
* Updated TFTP and PXE UDP API code to use not-yet-implemented data-xferMichael Brown2007-06-111-87/+84Star
* Split DBG() statement containing two inet_ntoa() statements; theyMichael Brown2007-01-141-3/+3
* Dump buffer and packet information in PXENV_UDP_READ as wellMichael Brown2007-01-141-0/+7
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Add a couple of small but vital parts to PXENV_UDP_WRITE.Michael Brown2006-08-091-1/+12
* Make the UDP senddata() methods return a status code.Michael Brown2006-08-041-3/+4
* Updated PXE UDP implementation to use the new Etherboot UDP API.Michael Brown2006-08-031-154/+226
* Refer to implementation note on IP routing.Michael Brown2005-05-271-13/+12Star
* Separate out the documentation of the PXE API from the documentation ofMichael Brown2005-05-241-58/+70
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-1/+1
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-22/+44
* Documented the UDP API calls.Michael Brown2005-05-201-0/+299