Searched refs:ulLast (Results 1 – 4 of 4) sorted by relevance
197 uint32_t ulLast );1081 uint32_t ulLast = ulSequenceNumber + ulLength; in prvTCPWindowRx_UnexpectedRX() local1094 pxFound = xTCPWindowRxFind( pxWindow, ulLast ); in prvTCPWindowRx_UnexpectedRX()1101 ulLast += ( uint32_t ) pxFound->lDataLength; in prvTCPWindowRx_UnexpectedRX()1112 … ( unsigned ) ( ulLast - pxWindow->rx.ulFirstSequenceNumber ) ) ); in prvTCPWindowRx_UnexpectedRX()1123 pxWindow->ulOptionsData[ 2 ] = FreeRTOS_htonl( ulLast ); in prvTCPWindowRx_UnexpectedRX()1201 uint32_t ulLast; in lTCPWindowRxCheck() local1222 ulLast = ulRxSequenceNumber + ulRxLength; in lTCPWindowRxCheck()1223 ulIntermediateResult = ulLast - ulCurrentSequenceNumber; in lTCPWindowRxCheck()1942 uint32_t ulLast ) in prvTCPWindowTxCheckAck() argument[all …]
377 uint32_t ulLast = ulChar2u32( &( pucPtr[ uxIndex + 4U ] ) ); in prvReadSackOption() local378 … uint32_t ulCount = ulTCPWindowTxSack( &( pxSocket->u.xTCP.xTCPWindow ), ulFirst, ulLast ); in prvReadSackOption()
2410 uint32_t ulLast = 63; in test_ulTCPWindowTxSack() local2443 ulLast ); in test_ulTCPWindowTxSack()2454 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_1() local2490 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_1()2500 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_2() local2528 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_2()2537 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_3() local2567 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_3()2578 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_LoggingGTZero() local2610 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_LoggingGTZero()[all …]
224 uint32_t ulLast );