Embedded TCP/IP stack: fnet_autoip_callback_t

FNET

typedef void(* fnet_autoip_callback_t) (fnet_autoip_desc_t desc, fnet_netif_desc_t netif, void *cookie)

Auto-IP event handler callback function prototype, that is called when the Auto-IP service has updated the IPv4 parameters or adress probing.

Parameters
descAuto-IP service descriptor.
netifNetwork interface descriptor which IPv4 parameters were updated.
cookieUser-application specific parameter. It's set during the fnet_autoip_set_callback_updated() call.
See also
fnet_autoip_set_callback_updated(), fnet_autoip_set_callback_probe()

Definition at line 86 of file fnet_autoip.h.


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net