Embedded TCP/IP stack
4.7.0
|
fnet_llmnr_desc_t fnet_llmnr_init | ( | fnet_llmnr_params_t * | params | ) |
Initializes Link-Local Multicast Name Resolution (LLMNR) server/responder service.
params | Initialization parameters defined by fnet_llmnr_params_t. |
FNET_NULL
if an error occurs.This function initializes the Link-Local Multicast Name Resolution (LLMNR) server/responder service.
It allocates all needed resources and registers the LLMNR service in the polling list.
After the initialization, the user application should call the main polling function fnet_service_poll() periodically to run the LLMNR service routine in the background.