iPXE
Data Fields
EFI_ARP_FIND_DATA Struct Reference

#include <Arp.h>

Data Fields

UINT32 Size
 Length in bytes of this entry. More...
 
BOOLEAN DenyFlag
 Set to TRUE if this entry is a "deny" entry. More...
 
BOOLEAN StaticFlag
 Set to TRUE if this entry will not time out. More...
 
UINT16 HwAddressType
 16-bit ARP hardware identifier number. More...
 
UINT16 SwAddressType
 16-bit protocol type number. More...
 
UINT8 HwAddressLength
 The length of the hardware address. More...
 
UINT8 SwAddressLength
 The length of the protocol address. More...
 

Detailed Description

Definition at line 35 of file Arp.h.

Field Documentation

◆ Size

UINT32 EFI_ARP_FIND_DATA::Size

Length in bytes of this entry.

Definition at line 39 of file Arp.h.

◆ DenyFlag

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.

Definition at line 45 of file Arp.h.

◆ StaticFlag

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.

Definition at line 51 of file Arp.h.

◆ HwAddressType

UINT16 EFI_ARP_FIND_DATA::HwAddressType

16-bit ARP hardware identifier number.

Definition at line 56 of file Arp.h.

◆ SwAddressType

UINT16 EFI_ARP_FIND_DATA::SwAddressType

16-bit protocol type number.

Definition at line 61 of file Arp.h.

◆ HwAddressLength

UINT8 EFI_ARP_FIND_DATA::HwAddressLength

The length of the hardware address.

Definition at line 66 of file Arp.h.

◆ SwAddressLength

UINT8 EFI_ARP_FIND_DATA::SwAddressLength

The length of the protocol address.

Definition at line 71 of file Arp.h.


The documentation for this struct was generated from the following file: