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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/Ping6/
Ping6.h 62 UINT16 TxCount;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 122 UINT16 TxCount;
684 TxInfo->SequenceNum = (UINT16) (Private->TxCount + 1);
705 Private->TxCount++;
776 if (Private->TxCount < Private->SendNum) {
779 if (Private->TxCount != 0){
781 ShellPrintHiiEx (-1, -1, NULL, STRING_TOKEN (STR_PING_SEND_REQUEST), gShellNetwork1HiiHandle, Private->TxCount + 1);
808 if (IsListEmpty (&Private->TxList) && (Private->TxCount == Private->SendNum)) {
    [all...]

Completed in 62 milliseconds