summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/dhcp.h
Commit message (Expand)AuthorAgeFilesLines
* A DHCP session holds a persistent reference to a network deviceMichael Brown2007-01-041-0/+3
* Added options listed inMichael Brown2006-12-051-0/+12
* Create "username" and "password" DHCP options, ready for placing thisMichael Brown2006-11-281-0/+18
* Correct option number for DHCP_DNS_SERVERS, and add it to the requestMichael Brown2006-08-271-1/+1
* Derive xid dynamically from the netdev, so that we can callMichael Brown2006-08-091-2/+6
* Add dhcp_snprintf() for extracting DHCP string options.Michael Brown2006-07-201-0/+10
* Print out the lease time, just to show how easy it is.Michael Brown2006-07-201-0/+3
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-0/+7
* Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACKMichael Brown2006-07-201-5/+11
* Now capable of sending what, to me, looks like a valid DHCPDISCOVERMichael Brown2006-07-191-2/+10
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-0/+2
* Proof of concept: transmit a single DHCPDISCOVER and dump out anyMichael Brown2006-07-191-0/+3
* Add some DHCP options that we are likely to useMichael Brown2006-07-191-1/+33
* Added macros for generating static DHCP optionsMichael Brown2006-07-191-0/+60
* Split DHCP packet creation into two parts: creating the basic packetMichael Brown2006-07-191-82/+117
* Allow for calling find_dhcp_option() with "options" set to NULL, in orderMichael Brown2006-07-191-49/+6Star
* Fix creation of the htype field; the ll_proto field from which it isMichael Brown2006-07-171-1/+11
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-171-0/+22
* Add (untested) code for parsing a received DHCP packet and constructing aMichael Brown2006-07-151-3/+150
* Add code to modify DHCP option values within a block.Michael Brown2006-07-131-5/+65
* Provide a mechanism for returning the encapsulator as well as theMichael Brown2006-06-281-0/+14
* Add priority mechanismMichael Brown2006-06-281-0/+9
* First stab at DHCP option handling in a way that will allow us to haveMichael Brown2006-06-271-0/+87