summaryrefslogtreecommitdiff
path: root/networking/udhcp/arpping.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix timewarp in client (server fix later)Russ Dill2004-05-191-3/+3
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-8/+8
|
* Patch by Andrew Victor,Glenn L McGrath2004-03-051-3/+3
| | | | | | | | | | | 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-2/+2
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-0/+4
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-6/+3
|
* sync with udhcp bug fixesRuss Dill2003-02-121-2/+2
|
* added full udhcp integrationRuss Dill2002-10-141-0/+105