Home
last modified time | relevance | path

Searched refs:PayLoad (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
DPing6.c245 UINT32 PayLoad; in Ping6OnEchoReplyReceived() local
258 PayLoad = RxData->DataLength; in Ping6OnEchoReplyReceived()
273 if (PayLoad != Private->BufferSize) { in Ping6OnEchoReplyReceived()
303 PayLoad, in Ping6OnEchoReplyReceived()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DPing6.c406 UINT32 PayLoad; in Ping6OnEchoReplyReceived6() local
418 PayLoad = RxData->DataLength; in Ping6OnEchoReplyReceived6()
433 if (PayLoad != Private->BufferSize) { in Ping6OnEchoReplyReceived6()
458 PayLoad, in Ping6OnEchoReplyReceived6()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DPing.c547 UINT32 PayLoad; in Ping6OnEchoReplyReceived() local
562 PayLoad = ((EFI_IP6_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->DataLength; in Ping6OnEchoReplyReceived()
576 PayLoad = ((EFI_IP4_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->DataLength; in Ping6OnEchoReplyReceived()
588 if (PayLoad != Private->BufferSize) { in Ping6OnEchoReplyReceived()
613 PayLoad, in Ping6OnEchoReplyReceived()