Home
last modified time | relevance | path

Searched refs:SEND_REPEATED_COUNT (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
HDFreeRTOS_TCP_IP.h166 #if ( !defined( SEND_REPEATED_COUNT ) )
167 #define SEND_REPEATED_COUNT ( 8 ) macro
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_TCP_Transmission/
HDFreeRTOS_TCP_Transmission_utest.c323 for( RepeatCount = 1; RepeatCount < SEND_REPEATED_COUNT; RepeatCount++ ) in test_prvTCPSendPacket_Other_State_Something_To_Send()
338 TEST_ASSERT_EQUAL( SEND_REPEATED_COUNT, NetworkInterfaceOutputFunction_Stub_Called ); in test_prvTCPSendPacket_Other_State_Something_To_Send()
406 for( RepeatCount = 0; RepeatCount < SEND_REPEATED_COUNT; RepeatCount++ ) in test_prvTCPSendRepeated_Repeat_8()
418 TEST_ASSERT_EQUAL( SEND_REPEATED_COUNT, NetworkInterfaceOutputFunction_Stub_Called ); in test_prvTCPSendRepeated_Repeat_8()
/FreeRTOS-Plus-TCP-v4.0.0/source/
HDFreeRTOS_TCP_Transmission.c206 for( uxIndex = 0U; uxIndex < ( UBaseType_t ) SEND_REPEATED_COUNT; uxIndex++ ) in prvTCPSendRepeated()