Dynamic configuration structure. More...
Data Fields | |
uint8_t | dyn_msgtyp |
DHCP message type. | |
uint32_t | dyn_yiaddr |
Offered IP address. | |
uint32_t | dyn_netmask |
Local IP netmask. | |
uint32_t | dyn_broadcast |
Local IP broadcast address. | |
uint32_t | dyn_gateway |
Default gate IP address. | |
uint32_t | dyn_pdns |
Primary DNS IP address. | |
uint32_t | dyn_sdns |
Secondary DNS IP address. | |
uint32_t | dyn_sid |
Server identifier. | |
uint32_t | dyn_renewalTime |
Renewal time in seconds. | |
uint32_t | dyn_rebindTime |
Rebind time in seconds. | |
uint32_t | dyn_leaseTime |
Offered lease time in seconds. | |
uint8_t * | dyn_hostname |
Local hostname. | |
uint8_t * | dyn_domain |
Name of local domain. |
Offered IP address.
Definition at line 580 of file dhcpc.c.
Referenced by NutDhcpClient(), and NutDhcpIfConfig().