Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.