Home | History | Annotate | Download | only in Ping6

Lines Matching defs:RxData

241   EFI_IP6_RECEIVE_DATA        *RxData;

254 RxData = RxToken->Packet.RxData;
255 Reply = RxData->FragmentTable[0].FragmentBuffer;
256 PayLoad = RxData->DataLength;
258 if (RxData->Header->NextHeader != IP6_ICMP) {
263 !EFI_IP6_EQUAL (&RxData->Header->SourceAddress, &Private->DstAddress)) {
304 RxData->Header->HopLimit,
329 // Singal to recycle the each rxdata here, not at the end of process.
331 gBS->SignalEvent (RxData->RecycleSignal);