Searched refs:pxEnd (Results 1 – 2 of 2) sorted by relevance
480 const ListItem_t * pxEnd; in xTCPWindowRxFind() local489 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() local947 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() local1973 pxIterator = listGET_NEXT( pxEnd ); in prvTCPWindowTxCheckAck()1975 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()[all …]
1662 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in prvTCPSetSocketCount() local1668 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() local2262 for( pxIterator = listGET_NEXT( pxEnd ); in pxListFindListItemWithValue()2263 pxIterator != pxEnd; in pxListFindListItemWithValue()3991 const ListItem_t * pxEnd = ( ( const ListItem_t * ) &( xBoundTCPSocketsList.xListEnd ) ); in xTCPTimerCheck() local4005 while( pxIterator != pxEnd ) in xTCPTimerCheck()[all …]