ARP_SEND_REPLY structure (ipexport.h)

The ARP_SEND_REPLY structure stores information about an Address Resolution Protocol (ARP) reply messages.

Syntax

typedef struct arp_send_reply {
  IPAddr DestAddress;
  IPAddr SrcAddress;
} ARP_SEND_REPLY, *PARP_SEND_REPLY;

Members

DestAddress

The destination IPv4 address to which the ARP message is sent, in the form of an IPAddr structure.

SrcAddress

The source IPv4 address from which the ARP message is being transmitted, in the form of an IPAddr structure.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header ipexport.h (include Iphlpapi.h)

See also

IP Helper Start Page

IP Helper Structures

IPAddr