summaryrefslogtreecommitdiffstats
path: root/src/include/pxe_api.h
Commit message (Collapse)AuthorAgeFilesLines
* Documented the purpose of the two timeout fields inMichael Brown2005-05-271-2/+11
| | | | s_PXENV_TFTP_READ_FILE.
* Added implementation note on IP routing.Michael Brown2005-05-271-2/+33
| | | | Added reason for min value of 512 on s_PXENV_TFTP_OPEN::PacketSize.
* Separate out the documentation of the PXE API from the documentation ofMichael Brown2005-05-241-0/+22
| | | | the Etherboot implementation (i.e. don't do what Intel did).
* Split PXE code into preboot, udp, tftp, undi and loader units.Michael Brown2005-05-241-85/+88
| | | | PXE code now compiles without errors (though it won't actually work).
* Added PXENV+ and !PXE structures, and the loader API.Michael Brown2005-05-231-0/+277
|
* Finished documenting the UNDI API.Michael Brown2005-05-231-12/+239
|
* Documented up to PXENV_UNDI_CLOSEMichael Brown2005-05-231-0/+60
|
* Documented Preboot, TFTP and UDP data structuresMichael Brown2005-05-231-3/+96
|
* Documented PXENV_GET_CACHED_INFO structuresMichael Brown2005-05-231-1/+116
|
* Add UDP parameter structuresMichael Brown2005-05-221-0/+17
|
* Worked out a sensible doxygen groupingMichael Brown2005-05-221-93/+754
|
* Added all API codes and basic prototypes.Michael Brown2005-05-211-0/+181