aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/arpping.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-36/+0
| | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* add back in udhcp supportMike Frysinger2006-05-081-0/+35
|
* remove in place of external linkMike Frysinger2006-03-231-35/+0
|
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-1/+1
| | | | - use shorter boilerplate while at it.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Patch by Andrew Victor,Glenn L McGrath2004-03-051-2/+7
| | | | | | | | | | | In arpping.h, fix structure alignment of "struct arpMsg". GCC can insert padding in the structure which causes udhcpd to send an invalid ARP packet on the network. It will then not receive a valid reply, which can cause it to assign an IP address that's already in use on the network. (With kernels before 2.4.20, the "struct ethhdr" in linux/if_ether.h wasn't marked as packed. This is also an issue if your toolchain was built with a pre-2.4.20 kernel).
* Use standard C99 typesEric Andersen2004-01-301-11/+11
|
* added full udhcp integrationRuss Dill2002-10-141-0/+30