Embedded TCP/IP stack: fnet_llmnr_init

FNET

fnet_llmnr_desc_t fnet_llmnr_init ( struct fnet_llmnr_params params)

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

Parameters
paramsInitialization parameters defined by fnet_llmnr_params.
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

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-2018 by Andrey Butok. http://fnet.sourceforge.net