Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

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.

  • No labels