Embedded TCP/IP stack  4.7.0

◆ fnet_llmnr_init()

fnet_llmnr_desc_t fnet_llmnr_init ( fnet_llmnr_params_t params)

Initializes Link-Local Multicast Name Resolution (LLMNR) server/responder service.

Parameters
paramsInitialization parameters defined by fnet_llmnr_params_t.
Returns
This function returns:
  • LLMNR server descriptor if no error occurs.
  • FNET_NULL if an error occurs.
See also
fnet_llmnr_release(), fnet_llmnr_params_t

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.


© 2005-2020 by Andrej Butok. http://fnet.sourceforge.net