Embedded TCP/IP stack: fnet_netif_set_callback_on_ip4_addr_conflict

FNET

void fnet_netif_set_callback_on_ip4_addr_conflict ( fnet_netif_callback_ip4_addr_conflict_t  callback)

Registers the "IPv4 address conflict" event handler.

Parameters
callbackPointer to the event-handler callback function defined by fnet_netif_callback_ip4_addr_conflict_t.
See also
fnet_netif_is_ip4_addr_conflict()

This function registers the handler callback function for the "IP4 address conflict" event. This event occurs when there is an IPv4 address conflict with another system on the network. It is detected by ARP protocol.
To stop the event handling, set callback parameter to zero value.


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