Lines Matching refs:pxEnd
480 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()
2093 const ListItem_t * pxEnd; in prvTCPWindowFastRetransmit() local
2103 pxEnd = ( ( const ListItem_t * ) &( pxWindow->xWaitQueue.xListEnd ) ); in prvTCPWindowFastRetransmit()
2105 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowFastRetransmit()
2107 while( pxIterator != pxEnd ) in prvTCPWindowFastRetransmit()