/
NetARP_IsAddrProtocolConflict
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.
Related content
NetARP_CacheProbeAddrOnNet
NetARP_CacheProbeAddrOnNet
More like this
NetARP_CacheGetAddrHW
NetARP_CacheGetAddrHW
More like this
NetIPv4_IsAddrsCfgdOnIF
NetIPv4_IsAddrsCfgdOnIF
More like this
NetIF_AddrHW_IsValid
NetIF_AddrHW_IsValid
More like this
NetIF_IsValid
NetIF_IsValid
More like this
NetIF_IsValidCfgd
NetIF_IsValidCfgd
More like this