ARP_SEND_REPLY (Compact 2013)
3/26/2014
This 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.
- SrcAddress
The source IPv4 address from which the ARP message is being transmitted, in the form of an IPAddr structure.