Data Structures | |
struct | DYNCFG |
Functions | |
int | NutDhcpParse (DYNCFG *cfgp, struct bootp *bp, int len) |
Parse a DHCP reply telegram. | |
int | NutDhcpDiscover (UDPSOCKET *sock, u_long daddr, u_short dport, struct bootp *bp, DYNCFG *cfgp) |
Broadcast a DHCP discover telegram. | |
int | NutDhcpRequest (UDPSOCKET *sock, u_long daddr, u_short dport, struct bootp *bp, DYNCFG *cfgp) |
int | NutDhcpRelease (UDPSOCKET *sock, u_long daddr, u_short dport, struct bootp *bp, DYNCFG *cfgp) |
NutDhcpClient (void *arg) | |
DHCP client thread. | |
int | NutDhcpClientStart (NUTDEVICE *dev) |
Start DHCP Client. |
|
Start DHCP Client.
|
|
Broadcast a DHCP discover telegram.
|
|
Parse a DHCP reply telegram.
|
|
Release our ip address. |
|
Broadcast the offered settings.
|