Embedded TCP/IP stack
4.7.0
|
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.
desc | Auto-IP service descriptor. |
netif | Network interface descriptor which IPv4 parameters were updated. |
cookie | User-application specific parameter. It's set during the fnet_autoip_set_callback_updated() call. |
Definition at line 86 of file fnet_autoip.h.