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. | |
Dynamic configuration structure.
DHCP message type.
Referenced by NutDhcpClient().
Offered IP address.
Referenced by NutDhcpClient(), and NutDhcpIfConfig().
Local IP netmask.
Referenced by NutDhcpIfConfig().
Local IP broadcast address.
Default gate IP address.
Referenced by NutDhcpIfConfig().
Primary DNS IP address.
Referenced by NutDhcpIfConfig().
Secondary DNS IP address.
Referenced by NutDhcpIfConfig().
Server identifier.
Referenced by NutDhcpClient().
Renewal time in seconds.
Referenced by NutDhcpClient().
Rebind time in seconds.
Referenced by NutDhcpClient().
Offered lease time in seconds.
Local hostname.
Name of local domain.