minix/commands/dhcpd
Tomas Hruby 8171eb0b3d LWIP - dhcpd --lwip
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.
2011-04-07 07:44:17 +00:00
..
arp.h Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
devices.c LWIP - dhcpd --lwip 2011-04-07 07:44:17 +00:00
dhcpd.c LWIP - dhcpd --lwip 2011-04-07 07:44:17 +00:00
dhcpd.h LWIP - dhcpd --lwip 2011-04-07 07:44:17 +00:00
ether.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
Makefile Rename mkfiles from minix.*.mk to bsd.*.mk 2010-06-25 18:29:09 +00:00
tags.c Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00