ARPResolve Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
ARPResolve Function
C
void ARPResolve(
    IP_ADDR* IPAddr
);
Description

This function transmits and ARP request to determine the hardware address of a given IP address.

Preconditions

None

Parameters
Parameters 
Description 
IPAddr 
The IP address to be resolved. The address must be specified in network byte order (big endian). 
Returns

None

Remarks

This function is only required when the stack is a client, and therefore is only enabled when STACK_CLIENT_MODE is enabled. 

To retrieve the ARP query result, call the ARPIsResolved() function.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.