Embedded TCP/IP stack
4.7.0
|
Initialization parameters for the fnet_llmnr_init() function. More...
Data Fields | |
fnet_netif_desc_t | netif_desc |
Network interface descriptor to be used by the LLMNR server. More... | |
const fnet_char_t * | host_name |
Link-local host name advertised by LLMNR server. More... | |
fnet_uint32_t | host_name_ttl |
TTL value that indicates for how many seconds link-local host name is valid for LLMNR querier, in seconds (it is optional). Default value is defined by FNET_CFG_LLMNR_HOSTNAME_TTL. More... | |
fnet_address_family_t | addr_family |
Address family (IPv6 or IPv4 or both) the server will listen for LLMNR query (it is optional). Default value is defined by AF_SUPPORTED. More... | |
Initialization parameters for the fnet_llmnr_init() function.
Definition at line 57 of file fnet_llmnr.h.