summaryrefslogtreecommitdiffstats
path: root/src/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-1/+1
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown2006-03-231-1/+1
* Protocols now load data into a buffer; they don't execute it.Michael Brown2005-05-091-7/+3Star
* Protocol structure can now specify the default port.Michael Brown2005-05-021-0/+2
* Protocols get passed a pointer to the filename portion as well as just theMichael Brown2005-04-301-0/+1
* Protocols also take a pointer to a sockaddr_in.Michael Brown2005-04-301-1/+2
* First versionMichael Brown2005-04-291-0/+33