summaryrefslogtreecommitdiffstats
path: root/src/net/dhcpopts.c
Commit message (Expand)AuthorAgeFilesLines
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-201-1/+1
* Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown2006-08-111-1/+6
* Add dhcp_snprintf() for extracting DHCP string options.Michael Brown2006-07-201-0/+34
* Added dhcp_ipv4_option() and friends.Michael Brown2006-07-201-0/+55
* Add block identification to debug messagesMichael Brown2006-07-191-8/+12
* Allow for calling find_dhcp_option() with "options" set to NULL, in orderMichael Brown2006-07-191-21/+97
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-171-8/+24
* Add code to modify DHCP option values within a block.Michael Brown2006-07-131-75/+182
* Provide a mechanism for returning the encapsulator as well as theMichael Brown2006-06-281-15/+23
* Add priority mechanismMichael Brown2006-06-281-16/+67
* Change dhcp_num_option() to return the numerical value directly.Michael Brown2006-06-281-19/+15Star
* First stab at DHCP option handling in a way that will allow us to haveMichael Brown2006-06-271-0/+217