Searched refs:SEND_REPEATED_COUNT (Results 1 – 3 of 3) sorted by relevance
166 #if ( !defined( SEND_REPEATED_COUNT ) )167 #define SEND_REPEATED_COUNT ( 8 ) macro
323 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()
206 for( uxIndex = 0U; uxIndex < ( UBaseType_t ) SEND_REPEATED_COUNT; uxIndex++ ) in prvTCPSendRepeated()