Embedded TCP/IP stack
4.7.0
|
Initialization parameters for the fnet_dhcp_cln_init() function. More...
Data Fields | |
fnet_netif_desc_t | netif |
Network interface descriptor to be used by the DHCP client. More... | |
struct fnet_in_addr | requested_ip_address |
Suggested IPv4 address (in network byte order). The client can suggest to the DHCP server that a particular IP address value should be assigned to the client. This parameter is optional and can be set to 0 . More... | |
fnet_uint32_t | requested_lease_time |
Suggested Lease time in seconds (in network byte order). The client can suggest to the DHCP server that a particular lease time should be assigned to the client IP address. This parameter is optional and can be set to 0 . More... | |
fnet_bool_t | probe_addr |
Probing of the newly received address with ARP: More... | |
Initialization parameters for the fnet_dhcp_cln_init() function.
The user application may use this structure to suggest a network address and/or the lease time to the DHCP client service.
Definition at line 109 of file fnet_dhcp_cln.h.