Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c484 const ListItem_t * pxEnd; in xTCPWindowRxFind() local
493 pxEnd = ( ( const ListItem_t * ) &( pxWindow->xRxSegments.xListEnd ) ); in xTCPWindowRxFind()
495 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxFind()
496 pxIterator != pxEnd; in xTCPWindowRxFind()
939 … const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxWindow->xRxSegments.xListEnd ) ); in xTCPWindowRxConfirm() local
951 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxConfirm()
952 pxIterator != pxEnd; in xTCPWindowRxConfirm()
1952 … const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxWindow->xTxSegments.xListEnd ) ); in prvTCPWindowTxCheckAck() local
1977 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowTxCheckAck()
1979 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()
[all …]
DFreeRTOS_Sockets.c2274 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local
2280 pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
2282 while( pxIterator != pxEnd ) in prvTCPSetSocketCount()
2304 for( pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
2305 pxIterator != pxEnd; in prvTCPSetSocketCount()
3036 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxList->xListEnd ) ); in pxListFindListItemWithValue() local
3038 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()
3039 pxIterator != pxEnd; in pxListFindListItemWithValue()
4782 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local
4796 while( pxIterator != pxEnd ) in xTCPTimerCheck()
[all …]