iPXE
Data Fields
EFI_ARP_CONFIG_DATA Struct Reference

#include <Arp.h>

Data Fields

UINT16 SwAddressType
 16-bit protocol type number in host byte order. More...
 
UINT8 SwAddressLength
 The length in bytes of the station's protocol address to register. More...
 
VOIDStationAddress
 The pointer to the first byte of the protocol address to register. More...
 
UINT32 EntryTimeOut
 The timeout value in 100-ns units that is associated with each new dynamic ARP cache entry. More...
 
UINT32 RetryCount
 The number of retries before a MAC address is resolved. More...
 
UINT32 RetryTimeOut
 The timeout value in 100-ns units that is used to wait for the ARP reply packet or the timeout value between two retries. More...
 

Detailed Description

Definition at line 74 of file Arp.h.

Field Documentation

◆ SwAddressType

UINT16 EFI_ARP_CONFIG_DATA::SwAddressType

16-bit protocol type number in host byte order.

Definition at line 78 of file Arp.h.

◆ SwAddressLength

UINT8 EFI_ARP_CONFIG_DATA::SwAddressLength

The length in bytes of the station's protocol address to register.

Definition at line 83 of file Arp.h.

◆ StationAddress

VOID* EFI_ARP_CONFIG_DATA::StationAddress

The pointer to the first byte of the protocol address to register.

For example, if SwAddressType is 0x0800 (IP), then StationAddress points to the first byte of this station's IP address stored in network byte order.

Definition at line 91 of file Arp.h.

◆ EntryTimeOut

UINT32 EFI_ARP_CONFIG_DATA::EntryTimeOut

The timeout value in 100-ns units that is associated with each new dynamic ARP cache entry.

If it is set to zero, the value is implementation-specific.

Definition at line 98 of file Arp.h.

◆ RetryCount

UINT32 EFI_ARP_CONFIG_DATA::RetryCount

The number of retries before a MAC address is resolved.

If it is set to zero, the value is implementation-specific.

Definition at line 104 of file Arp.h.

◆ RetryTimeOut

UINT32 EFI_ARP_CONFIG_DATA::RetryTimeOut

The timeout value in 100-ns units that is used to wait for the ARP reply packet or the timeout value between two retries.

Set to zero to use implementation-specific value.

Definition at line 111 of file Arp.h.


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