summaryrefslogtreecommitdiffstats
path: root/src/interface/pxe/pxe_udp.c
Commit message (Expand)AuthorAgeFilesLines
* 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