summaryrefslogtreecommitdiff
path: root/nuttx/netutils/dhcpc/dhcpc.c
Commit message (Expand)AuthorAgeFilesLines
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-607/+0
* Move netutils header files from include/net/uip to include/apps/netutilspatacongo2011-03-191-3/+3
* Lease time is now in host orderpatacongo2010-08-101-3/+24
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-151-32/+33
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Need to preserve IP address from spurious OFFERs as wellpatacongo2007-12-111-7/+9
* Fix typos/ommissions in file headerpatacongo2007-12-111-3/+2
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-111-71/+184
* Basic DHPC client functionalitypatacongo2007-11-301-7/+24
* Oops checked in debug versionpatacongo2007-11-301-11/+1
* Add examples/dhcpdpatacongo2007-11-301-60/+59
* Fixed missing logic in readahead buffer logicpatacongo2007-11-271-5/+5
* in progress updatepatacongo2007-10-311-13/+21
* Correct some issues with IP/MAC address handlingpatacongo2007-10-261-1/+2
* Associate address with network driver; implement ioctl calls to set addressespatacongo2007-09-161-2/+6
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-142/+137
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-72/+100
* cleanuppatacongo2007-09-031-1/+1
* Add send, sendto, rec, recvfrompatacongo2007-09-031-0/+1
* Added support for socket descriptorspatacongo2007-09-011-104/+142
* Import of uIP 1.0patacongo2007-08-261-0/+390