Home
last modified time | relevance | path

Searched refs:xRound (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c739 BaseType_t xRound; in vTCPWindowDestroy() local
746 for( xRound = 0; xRound < 2; xRound++ ) in vTCPWindowDestroy()
748 if( xRound != 0 ) in vTCPWindowDestroy()
DFreeRTOS_Sockets.c5999 BaseType_t xRound; in vSocketSelect() local
6011 for( xRound = 0; xRound <= xLastRound; xRound++ ) in vSocketSelect()
6016 if( xRound == 0 ) in vSocketSelect()