TianoCore EDK2 master
Loading...
Searching...
No Matches
IP4_ARP_QUE Struct Reference

#include <NetworkPkg/Ip4Dxe/Ip4If.h>

Data Fields

UINT32 Signature
 
LIST_ENTRY Link
 
LIST_ENTRY Frames
 
IP4_INTERFACEInterface
 
EFI_EVENT OnResolved
 
IP4_ADDR Ip
 
EFI_MAC_ADDRESS Mac
 

Detailed Description

Only one ARP request is requested for all the frames in a time. It is started for the first frames to the Ip. Any subsequent transmission frame will be linked to Frames, and be sent all at once the ARP requests succeed.

Definition at line 96 of file Ip4If.h.

Field Documentation

◆ Frames

LIST_ENTRY IP4_ARP_QUE::Frames

Definition at line 100 of file Ip4If.h.

◆ Interface

IP4_INTERFACE* IP4_ARP_QUE::Interface

Definition at line 101 of file Ip4If.h.

◆ Ip

IP4_ADDR IP4_ARP_QUE::Ip

Definition at line 107 of file Ip4If.h.

◆ Link

LIST_ENTRY IP4_ARP_QUE::Link

Definition at line 98 of file Ip4If.h.

◆ Mac

EFI_MAC_ADDRESS IP4_ARP_QUE::Mac

Definition at line 108 of file Ip4If.h.

◆ OnResolved

EFI_EVENT IP4_ARP_QUE::OnResolved

Definition at line 106 of file Ip4If.h.

◆ Signature

UINT32 IP4_ARP_QUE::Signature

Definition at line 97 of file Ip4If.h.


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