Searched refs:xShortest (Results 1 – 1 of 1) sorted by relevance
4774 TickType_t xShortest = pdMS_TO_TICKS( ( TickType_t ) ipTCP_TIMER_PERIOD_MS ); in xTCPTimerCheck() local4842 xShortest = ( TickType_t ) 0; in xTCPTimerCheck()4846 …if( ( pxSocket->u.xTCP.usTimeout != 0U ) && ( xShortest > ( TickType_t ) pxSocket->u.xTCP.usTimeou… in xTCPTimerCheck()4848 xShortest = ( TickType_t ) pxSocket->u.xTCP.usTimeout; in xTCPTimerCheck()4852 return xShortest; in xTCPTimerCheck()