Embedded TCP/IP stack
4.7.0
|
fnet_bool_t fnet_netif_is_ip4_addr_conflict | ( | fnet_netif_desc_t | netif_desc | ) |
Determines if there is IPv4 address conflict.
netif_desc | Network interface descriptor. |
FNET_FALSE
if the IPv4 address conflict is not detected.FNET_TRUE
if the IPv4 address conflict is detected.This function determines if there is the netif
interface IPv4 address conflict with another system on the network.
The address conflict is detected by ARP protocol.
The conflict flag is cleared on changing of the interface IPv4 address, using fnet_netif_set_ip4_addr() or calling fnet_netif_clear_ip4_addr_conflict().