Searched refs:uxBorn (Results 1 – 5 of 5) sorted by relevance
109 pxTimer->uxBorn = xTaskGetTickCount(); in vTCPTimerSet()125 TickType_t uxDiff = uxNow - pxTimer->uxBorn; in ulTimerGetAge()
357 pxTimer->uxBorn = xTaskGetTickCount(); in vTCPTimerSet()373 TickType_t uxDiff = uxNow - pxTimer->uxBorn; in ulTimerGetAge()
1404 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 …]
45 TickType_t uxBorn; /**< The time at which a packet was sent ( using xTaskGetTickCount() ). */ member
399 xWindow.xTxSegment.xTransmitTimer.uxBorn = 0; in test_xTCPWindowTxHasData_outstanding_bits()422 xWindow.xTxSegment.xTransmitTimer.uxBorn = 0; in test_xTCPWindowTxHasData_outstanding_bits_2()