A sort of quick hack for dhcpd to work as a client with lwip server. - The functionality is not changed unless --lwip switch is supplied. dhcpd does not use broadcast udp sockets but some sort of raw sockets and changes their behavior during their life by ioctls. - I thought there is no need to polute lwip just to make dhcp client work. Instead I decided to twist the client a little bit. - It is so far the only big collision I found between inet and lwip. |
||
|---|---|---|
| .. | ||
| arp.h | ||
| devices.c | ||
| dhcpd.c | ||
| dhcpd.h | ||
| ether.c | ||
| Makefile | ||
| tags.c | ||