Lines Matching refs:ulLast
195 uint32_t ulLast );
1077 uint32_t ulLast = ulSequenceNumber + ulLength; in prvTCPWindowRx_UnexpectedRX() local
1090 pxFound = xTCPWindowRxFind( pxWindow, ulLast ); in prvTCPWindowRx_UnexpectedRX()
1097 ulLast += ( uint32_t ) pxFound->lDataLength; in prvTCPWindowRx_UnexpectedRX()
1108 … ( unsigned ) ( ulLast - pxWindow->rx.ulFirstSequenceNumber ) ) ); in prvTCPWindowRx_UnexpectedRX()
1119 pxWindow->ulOptionsData[ 2 ] = FreeRTOS_htonl( ulLast ); in prvTCPWindowRx_UnexpectedRX()
1197 uint32_t ulLast; in lTCPWindowRxCheck() local
1218 ulLast = ulRxSequenceNumber + ulRxLength; in lTCPWindowRxCheck()
1219 ulIntermediateResult = ulLast - ulCurrentSequenceNumber; in lTCPWindowRxCheck()
1938 uint32_t ulLast ) in prvTCPWindowTxCheckAck() argument
1975 … while( ( pxIterator != pxEnd ) && ( xSequenceLessThan( ulSequenceNumber, ulLast ) != 0 ) ) in prvTCPWindowTxCheckAck()
2001 …SequenceGreaterThan( pxSegment->ulSequenceNumber + ( uint32_t ) ulDataLength, ulLast ) != pdFALSE ) in prvTCPWindowTxCheckAck()
2015 … ( unsigned ) ( ulLast - pxWindow->tx.ulFirstSequenceNumber ), in prvTCPWindowTxCheckAck()
2030 ( ( pxSegment->ulSequenceNumber + ulDataLength ) == ulLast ) ) in prvTCPWindowTxCheckAck()
2047 … ( unsigned ) ( ulLast - pxWindow->tx.ulFirstSequenceNumber ), in prvTCPWindowTxCheckAck()
2204 uint32_t ulLast ) in ulTCPWindowTxSack() argument
2210 ulAckCount = prvTCPWindowTxCheckAck( pxWindow, ulFirst, ulLast ); in ulTCPWindowTxSack()
2219 … ( unsigned ) ( ulLast - pxWindow->tx.ulFirstSequenceNumber ), in ulTCPWindowTxSack()