Embedded TCP/IP stack
4.7.0
|
typedef void(* fnet_netif_callback_ip4_addr_conflict_t) (fnet_netif_desc_t netif) |
Event handler callback function prototype, that is called when there is an IP address conflict with another system on the network.
netif | Network interface descriptor that has duplicated IP address. |
Definition at line 589 of file fnet_netif.h.