Searched refs:Ip6RxData (Results 1 – 2 of 2) sorted by relevance
1073 if (!NetIp6IsValidUnicast(&RxData->Ip6RxData.Header->SourceAddress)) { in IpIoListenHandlerDpc()1077 if (RxData->Ip6RxData.DataLength == 0) { in IpIoListenHandlerDpc()1088 (NET_FRAGMENT *) RxData->Ip6RxData.FragmentTable, in IpIoListenHandlerDpc()1089 RxData->Ip6RxData.FragmentCount, in IpIoListenHandlerDpc()1093 RxData->Ip6RxData.RecycleSignal in IpIoListenHandlerDpc()1104 &RxData->Ip6RxData.Header->SourceAddress, in IpIoListenHandlerDpc()1109 &RxData->Ip6RxData.Header->DestinationAddress, in IpIoListenHandlerDpc()1112 Session.IpHdr.Ip6Hdr = RxData->Ip6RxData.Header; in IpIoListenHandlerDpc()1113 Session.IpHdrLen = RxData->Ip6RxData.HeaderLength; in IpIoListenHandlerDpc()1137 gBS->SignalEvent (RxData->Ip6RxData.RecycleSignal); in IpIoListenHandlerDpc()
133 EFI_IP6_RECEIVE_DATA Ip6RxData; member