Embedded TCP/IP stack
4.7.0
|
Initialization parameters for the fnet_autoip_init() function. More...
Data Fields | |
fnet_netif_desc_t | netif_desc |
Network interface descriptor to be used by the Link-Local service. More... | |
fnet_ip4_addr_t | ip_address |
Suggested IP address. For example, it may be used for the case when the network media indicates that it has been connected, the autoconfiguration process begins again, and attempts to re-use the previously assigned Link-Local address. It must be the Link-Local network address 169.254.0.0/16, otherwise it will be ignored. This parameter is optional and can be set to 0 . More... | |
Initialization parameters for the fnet_autoip_init() function.
Definition at line 91 of file fnet_autoip.h.