Searched refs:xShortest (Results 1 – 1 of 1) sorted by relevance
3983 TickType_t xShortest = pdMS_TO_TICKS( ( TickType_t ) ipTCP_TIMER_PERIOD_MS ); in xTCPTimerCheck() local4051 xShortest = ( TickType_t ) 0; in xTCPTimerCheck()4055 …if( ( pxSocket->u.xTCP.usTimeout != 0U ) && ( xShortest > ( TickType_t ) pxSocket->u.xTCP.usTimeou… in xTCPTimerCheck()4057 xShortest = ( TickType_t ) pxSocket->u.xTCP.usTimeout; in xTCPTimerCheck()4061 return xShortest; in xTCPTimerCheck()