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.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%