Definition at line 72 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 96 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 102 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 109 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 89 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 81 of file Arp.h.
◆ SwAddressType
UINT16 EFI_ARP_CONFIG_DATA::SwAddressType |
16-bit protocol type number in host byte order.
Definition at line 76 of file Arp.h.
The documentation for this struct was generated from the following file:
- MdePkg/Include/Protocol/Arp.h