Searched refs:pxEnd (Results 1 – 2 of 2) sorted by relevance
484 const ListItem_t * pxEnd; in xTCPWindowRxFind() local493 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() local951 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() local1977 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowTxCheckAck()1979 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()[all …]
2274 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local2280 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() local3038 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()3039 pxIterator != pxEnd; in pxListFindListItemWithValue()4782 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local4796 while( pxIterator != pxEnd ) in xTCPTimerCheck()[all …]