Versions Compared

Key

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

...

net_arp.h/net_arp.c

Prototype

Arguments

paddrp_addr_hw

Pointer to a memory buffer that will receive the hardware address:

...

Size of hardware address memory buffer (in bytes).

paddrp_addr_protocol

Pointer to the specific protocol address.

...

Length of protocol address (in bytes).

perrp_err

Pointer to variable that will receive the error code from this function:

...

Available only if an appropriate network interface layer is present (e.g., Ethernet; see section D-7-3section Network Interfaces Configuration).

Notes / Warnings

NetARP_CacheGetAddrHW() may be used in conjunction with NetARP_ProbeAddrOnNet() to determine if a specific protocol address is available on the local network.