summaryrefslogtreecommitdiff
path: root/apps/netutils/dhcpd/dhcpd.c
Commit message (Collapse)AuthorAgeFilesLines
* Move include/nuttx/net/uip/uip-arch.h to include/nuttx/net/arp.h; rename all ↵Gregory Nutt2014-05-301-2/+2
| | | | uip_arp_ functions to arp_
* More trailing whilespace removalGregory Nutt2014-04-131-4/+4
|
* DHCPD: Correct value of PAD option is 0, not 1. From Brennan AshtonGregory Nutt2014-03-311-1/+1
|
* dhcpd_allocipaddr() should not call ntohl(). The return value is already in ↵Gregory Nutt2014-03-031-39/+56
| | | | host order. From Brennan Ashton
* DHCPD: Fix calculation of lease address. Bad logic causes repeated ↵Gregory Nutt2013-09-061-3/+3
| | | | assignment of the same IP address. SourceForge bug #21 from Paolo Messina.
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4450 42af7a65-404d-4744-a932-0658087f49c3
* Correct and error in recv() and recvfrom() return valuepatacongo2012-02-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4402 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Ethernet bugfixes; STM3240G-EVAL DHCPD configuration; fixes for IP ↵patacongo2011-12-131-22/+62
| | | | | | address order bugs in DHCPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4168 42af7a65-404d-4744-a932-0658087f49c3
* Move nuttx/netutils to apps/netutilspatacongo2011-03-191-0/+1393
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3401 42af7a65-404d-4744-a932-0658087f49c3