Home
last modified time | relevance | path

Searched refs:xTransmitTimer (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Tiny_TCP.c229 vTCPTimerSet( &( pxSegment->xTransmitTimer ) ); in lTCPWindowTxAdd()
272 if( ulTimerGetAge( &( pxSegment->xTransmitTimer ) ) < ulMaxTime ) in ulTCPWindowTxGet()
282 vTCPTimerSet( &pxSegment->xTransmitTimer ); in ulTCPWindowTxGet()
384 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()
DFreeRTOS_TCP_WIN.c566 vTCPTimerSet( &pxSegment->xTransmitTimer ); in xTCPWindowNew()
1618 ulAge = ulTimerGetAge( &pxSegment->xTransmitTimer ); in xTCPWindowTxHasData()
1690 if( ulTimerGetAge( &pxSegment->xTransmitTimer ) > ulMaxTime ) in pxTCPWindowTx_GetWaitQueue()
1875 vTCPTimerSet( &( pxSegment->xTransmitTimer ) ); in ulTCPWindowTxGet()
1904 int32_t mS = ( int32_t ) ulTimerGetAge( &( pxSegment->xTransmitTimer ) ); in prvTCPWindowTxCheckAck_CalcSRTT()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_WIN/
DFreeRTOS_TCP_WIN_utest.c1404 mockSegment.xTransmitTimer.uxBorn = 2; in test_xTCPWindowTxHasData_non_null_segment_maxage_lt_age()
1431 mockSegment.xTransmitTimer.uxBorn = 2; in test_xTCPWindowTxHasData_non_null_segment_maxAge_gt_age()
1956 mockSegment.xTransmitTimer.uxBorn = 2; in ignore_test_ulTCPWindowTxGet_segment_not_null()
1988 TEST_ASSERT_EQUAL( 32, mockSegment.xTransmitTimer.uxBorn ); in ignore_test_ulTCPWindowTxGet_segment_not_null()
2003 mockSegment.xTransmitTimer.uxBorn = 2; in test_ulTCPWindowTxGet_segment_null()
2027 TEST_ASSERT_EQUAL( 2, mockSegment.xTransmitTimer.uxBorn ); in test_ulTCPWindowTxGet_segment_null()
2051 mockSegment.xTransmitTimer.uxBorn = 2; in test_ulTCPWindowTxGet_segment_not_null_2()
2084 TEST_ASSERT_EQUAL( 32, mockSegment.xTransmitTimer.uxBorn ); in test_ulTCPWindowTxGet_segment_not_null_2()
2107 mockSegment.xTransmitTimer.uxBorn = 2; in test_ulTCPWindowTxGet_segment_not_null_3()
2143 TEST_ASSERT_EQUAL( 32, mockSegment.xTransmitTimer.uxBorn ); in test_ulTCPWindowTxGet_segment_not_null_3()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_TCP_WIN.h56 …TCPTimer_t xTransmitTimer; /**< saves a timestamp at the moment this segment gets transmitted (TX … member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Tiny_TCP/
DFreeRTOS_Tiny_TCP_utest.c399 xWindow.xTxSegment.xTransmitTimer.uxBorn = 0; in test_xTCPWindowTxHasData_outstanding_bits()
422 xWindow.xTxSegment.xTransmitTimer.uxBorn = 0; in test_xTCPWindowTxHasData_outstanding_bits_2()