summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
...
* Now capable of sending what, to me, looks like a valid DHCPDISCOVERMichael Brown2006-07-191-1/+27
* Eliminate confusion between functions that return pointers andMichael Brown2006-07-191-15/+17
* Added some debug messages and DHCP test codeMichael Brown2006-07-191-1/+27
* Proof of concept: transmit a single DHCPDISCOVER and dump out anyMichael Brown2006-07-191-4/+46
* Beginnings of DHCP protocol implementationMichael Brown2006-07-191-3/+83
* Split DHCP packet creation into two parts: creating the basic packetMichael Brown2006-07-191-126/+140
* Fix creation of the htype field; the ll_proto field from which it isMichael Brown2006-07-171-6/+1Star
* Add sketch code to reassemble a DHCP packet from our internal "everythingMichael Brown2006-07-171-0/+196
* Add (untested) code for parsing a received DHCP packet and constructing aMichael Brown2006-07-151-0/+172