Searched defs:TxCount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.h62 UINT16 TxCount; member in struct:_PING6_PRIVATE_DATA
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c121 UINT16 TxCount; member in struct:_PING_PRIVATE_DATA
682 TxInfo->SequenceNum = (UINT16) (Private->TxCount + 1);
703 Private->TxCount++;
774 if (Private->TxCount < Private->SendNum) {
777 if (Private->TxCount != 0){
779 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_PING_SEND_REQUEST), gShellNetwork1HiiHandle, Private->TxCount + 1);
811 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) {
1362 if (Private->TxCount != 0) {
1369 Private->TxCount,
1371 (100 * (Private->TxCount
[all...]

Completed in 38 milliseconds