NetARP_IsAddrProtocolConflict
Check interface’s protocol address conflict status between this interface’s ARP host protocol address(es) and any other host(s) on the local network.
Files
net_arp.h/net_arp.c
Prototype
CPU_BOOLEAN NetARP_IsAddrProtocolConflict (NET_IF_NBR if_nbr, NET_ERR *perr);
Arguments
if_nbr
Interface number to get protocol address conflict status.
perr
Pointer to variable that will receive the return error code from this function:
NET_ARP_ERR_NONE
NET_IF_ERR_INVALID_IF
NET_ERR_FAULT_LOCK_ACQUIRE
Returned Value
DEF_YES
if address conflict detected;
DEF_NO
otherwise.
Required Configuration
Available only if IPv4 is enabled, see IPv4 Layer Configuration
Notes / Warnings
None.