MdePkg[all]  1.08
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
EFI_ARP_FIND_DATA Struct Reference

Data Fields

UINT32 Size
 
BOOLEAN DenyFlag
 
BOOLEAN StaticFlag
 
UINT16 HwAddressType
 
UINT16 SwAddressType
 
UINT8 HwAddressLength
 
UINT8 SwAddressLength
 

Field Documentation

BOOLEAN EFI_ARP_FIND_DATA::DenyFlag

Set to TRUE if this entry is a "deny" entry. Set to FALSE if this entry is a "normal" entry.

UINT8 EFI_ARP_FIND_DATA::HwAddressLength

The length of the hardware address.

UINT16 EFI_ARP_FIND_DATA::HwAddressType

16-bit ARP hardware identifier number.

UINT32 EFI_ARP_FIND_DATA::Size

Length in bytes of this entry.

BOOLEAN EFI_ARP_FIND_DATA::StaticFlag

Set to TRUE if this entry will not time out. Set to FALSE if this entry will time out.

UINT8 EFI_ARP_FIND_DATA::SwAddressLength

The length of the protocol address.

UINT16 EFI_ARP_FIND_DATA::SwAddressType

16-bit protocol type number.