summaryrefslogtreecommitdiff
path: root/nuttx/include/net/uip/dhcpc.h
Commit message (Expand)AuthorAgeFilesLines
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+3
* Fix DHCPD uni-cast problem: Need to update ARP table firstpatacongo2009-03-211-1/+1
* DHCPC logic changes - should now handle case with multiple DHCP serverspatacongo2007-12-111-1/+1
* Add examples/dhcpdpatacongo2007-11-301-7/+19
* in progress updatepatacongo2007-10-311-4/+4
* Added receive timeout via setsockopt(SO_RCVTIMEO)patacongo2007-09-081-1/+1
* sendto needs to return EINTR error; dccpc uses sendtopatacongo2007-09-051-2/+3
* Added support for socket descriptorspatacongo2007-09-011-0/+72