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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.c 569 if ( pContext->PacketsInWindow < pContext->WindowSize ) {
616 pContext->PacketsInWindow -= 1;
679 pContext->PacketsInWindow += 1;
690 pContext->PacketsInWindow -= 1;
1020 if (( 0 > AckNumber ) || ( AckNumber >= (INTN)pContext->PacketsInWindow )){
1061 && ( pContext->PacketsInWindow < pContext->WindowSize )
1076 if ( 0 == pContext->PacketsInWindow ) {
    [all...]
TftpServer.h 202 UINT32 PacketsInWindow; ///< Number of packets in the window

Completed in 1512 milliseconds