Embedded TCP/IP stack
4.7.0
|
void fnet_netif_clear_ip4_addr_conflict | ( | fnet_netif_desc_t | netif_desc | ) |
Clears IPv4 address conflict flag.
netif_desc | Network interface descriptor. |
This function clears the netif
interface IPv4 address conflict flag.
The address conflict is detected by ARP protocol.
The conflict flag is also cleared on changing of the interface IPv4 address, using fnet_netif_set_ip4_addr().