Home
last modified time | relevance | path

Searched refs:Ip4RxData (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DDxeIpIoLib.c1031 if ((EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress) != 0) && in IpIoListenHandlerDpc()
1041 if (RxData->Ip4RxData.DataLength == 0) { in IpIoListenHandlerDpc()
1052 (NET_FRAGMENT *) RxData->Ip4RxData.FragmentTable, in IpIoListenHandlerDpc()
1053 RxData->Ip4RxData.FragmentCount, in IpIoListenHandlerDpc()
1057 RxData->Ip4RxData.RecycleSignal in IpIoListenHandlerDpc()
1066 Session.Source.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress); in IpIoListenHandlerDpc()
1067 Session.Dest.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->DestinationAddress); in IpIoListenHandlerDpc()
1068 Session.IpHdr.Ip4Hdr = RxData->Ip4RxData.Header; in IpIoListenHandlerDpc()
1069 Session.IpHdrLen = RxData->Ip4RxData.HeaderLength; in IpIoListenHandlerDpc()
1135 gBS->SignalEvent (RxData->Ip4RxData.RecycleSignal); in IpIoListenHandlerDpc()
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
DIpIoLib.h132 EFI_IP4_RECEIVE_DATA Ip4RxData; member