Embedded TCP/IP stack
4.1.0
|
fnet_dhcp_cln_params Struct Reference
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... | |
Detailed Description
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 110 of file fnet_dhcp_cln.h.
The documentation for this struct was generated from the following file:
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net