Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_TCP_WIN.c480 const ListItem_t * pxEnd; in xTCPWindowRxFind() local
489 pxEnd = ( ( const ListItem_t * ) &( pxWindow->xRxSegments.xListEnd ) ); in xTCPWindowRxFind()
491 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxFind()
492 pxIterator != pxEnd; in xTCPWindowRxFind()
935 … const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxWindow->xRxSegments.xListEnd ) ); in xTCPWindowRxConfirm() local
947 for( pxIterator = listGET_NEXT( pxEnd ); in xTCPWindowRxConfirm()
948 pxIterator != pxEnd; in xTCPWindowRxConfirm()
1948 … const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxWindow->xTxSegments.xListEnd ) ); in prvTCPWindowTxCheckAck() local
1973 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowTxCheckAck()
1975 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()
[all …]
DFreeRTOS_Sockets.c1662 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local
1668 pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
1670 while( pxIterator != pxEnd ) in prvTCPSetSocketCount()
1692 for( pxIterator = listGET_NEXT( pxEnd ); in prvTCPSetSocketCount()
1693 pxIterator != pxEnd; in prvTCPSetSocketCount()
2260 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( pxList->xListEnd ) ); in pxListFindListItemWithValue() local
2262 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()
2263 pxIterator != pxEnd; in pxListFindListItemWithValue()
3991 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local
4005 while( pxIterator != pxEnd ) in xTCPTimerCheck()
[all …]