#include <D:/git/git_canopus_1/softpack/samv7/toolkits/mdk_v71/ARM/examples/Atmel/SAMV71_Xplained_Ultra/examples_ethernet/gmac/MiniIp.h>
Detailed Description
ARP header structure
Definition at line 123 of file MiniIp.h.
Field Documentation
uint8_t PArpHeader::ar_hln |
Length of hardware address
Definition at line 126 of file MiniIp.h.
uint16_t PArpHeader::ar_hrd |
Format of hardware address
Definition at line 124 of file MiniIp.h.
uint16_t PArpHeader::ar_op |
uint8_t PArpHeader::ar_pln |
Length of protocol address
Definition at line 127 of file MiniIp.h.
uint16_t PArpHeader::ar_pro |
Format of protocol address
Definition at line 125 of file MiniIp.h.
uint8_t PArpHeader::ar_sha[6] |
Sender hardware address
Definition at line 129 of file MiniIp.h.
uint8_t PArpHeader::ar_spa[4] |
Sender protocol address
Definition at line 130 of file MiniIp.h.
uint8_t PArpHeader::ar_tha[6] |
Target hardware address
Definition at line 131 of file MiniIp.h.
uint8_t PArpHeader::ar_tpa[4] |
Target protocol address
Definition at line 132 of file MiniIp.h.
The documentation for this struct was generated from the following file: