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