TianoCore EDK2 master
|
#include <NetworkPkg/Ip4Dxe/Ip4If.h>
Data Fields | |
UINT32 | Signature |
LIST_ENTRY | Link |
LIST_ENTRY | Frames |
IP4_INTERFACE * | Interface |
EFI_EVENT | OnResolved |
IP4_ADDR | Ip |
EFI_MAC_ADDRESS | Mac |
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.
LIST_ENTRY IP4_ARP_QUE::Frames |
IP4_INTERFACE* IP4_ARP_QUE::Interface |
LIST_ENTRY IP4_ARP_QUE::Link |
EFI_MAC_ADDRESS IP4_ARP_QUE::Mac |