HomeSort by relevance Sort by last modified time
    Searched refs:Ip4RxData (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeIpIoLib/
DxeIpIoLib.c 1031 if ((EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress) != 0) &&
1043 (NET_FRAGMENT *) RxData->Ip4RxData.FragmentTable,
1044 RxData->Ip4RxData.FragmentCount,
1048 RxData->Ip4RxData.RecycleSignal
1057 Session.Source.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->SourceAddress);
1058 Session.Dest.Addr[0] = EFI_IP4 (RxData->Ip4RxData.Header->DestinationAddress);
1059 Session.IpHdr.Ip4Hdr = RxData->Ip4RxData.Header;
1060 Session.IpHdrLen = RxData->Ip4RxData.HeaderLength;
1119 gBS->SignalEvent (RxData->Ip4RxData.RecycleSignal);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
IpIoLib.h 132 EFI_IP4_RECEIVE_DATA Ip4RxData;

Completed in 207 milliseconds