24 #if FNET_CFG_LINK || defined(__DOXYGEN__) fnet_netif_desc_t netif_desc
Network interface descriptor to be monitored by the Link-Detection service.
fnet_bool_t fnet_link_is_enabled(fnet_link_desc_t desc)
Detects if the Link-Detection service is enabled or disabled.
fnet_link_desc_t fnet_link_get_by_netif(fnet_netif_desc_t netif)
Looks for a Link-Detection service assigned to the specified network interface.
void(* fnet_link_callback_t)(fnet_netif_desc_t netif, fnet_bool_t connected, void *callback_param)
Link-Detection event handler callback function prototype, which is called when a networking interface...
fnet_int32_t fnet_link_desc_t
Link-Detection service descriptor.
fnet_link_desc_t fnet_link_init(fnet_link_params_t *params)
Initializes the Link-Detection service.
void fnet_link_release(fnet_link_desc_t desc)
Releases the Link-Detection service.
fnet_link_callback_t callback
Pointer to the callback function defined by fnet_link_callback_t.
void * callback_param
Optional application-specific parameter. It's passed to the callback function as input parameter...
Initialization parameters for the fnet_llmnr_init() function.
void * fnet_netif_desc_t
Network interface descriptor.