Home
last modified time | relevance | path

Searched refs:ulLast (Results 1 – 4 of 4) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_TCP_WIN.c197 uint32_t ulLast );
1081 uint32_t ulLast = ulSequenceNumber + ulLength; in prvTCPWindowRx_UnexpectedRX() local
1094 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() local
1222 ulLast = ulRxSequenceNumber + ulRxLength; in lTCPWindowRxCheck()
1223 ulIntermediateResult = ulLast - ulCurrentSequenceNumber; in lTCPWindowRxCheck()
1942 uint32_t ulLast ) in prvTCPWindowTxCheckAck() argument
[all …]
DFreeRTOS_TCP_Reception.c377 uint32_t ulLast = ulChar2u32( &( pucPtr[ uxIndex + 4U ] ) ); in prvReadSackOption() local
378 … uint32_t ulCount = ulTCPWindowTxSack( &( pxSocket->u.xTCP.xTCPWindow ), ulFirst, ulLast ); in prvReadSackOption()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c2410 uint32_t ulLast = 63; in test_ulTCPWindowTxSack() local
2443 ulLast ); in test_ulTCPWindowTxSack()
2454 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_1() local
2490 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_1()
2500 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_2() local
2528 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_2()
2537 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_3() local
2567 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_3()
2578 uint32_t ulLast = 63; in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_LoggingGTZero() local
2610 ulLast ); in test_ulTCPWindowTxSack_prvTCPWindowFastRetransmit_LoggingGTZero()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h224 uint32_t ulLast );