Searched refs:uxRetryCount (Results 1 – 3 of 3) sorted by relevance
408 pxEndPoint->xRAData.uxRetryCount = 0U; in vReceiveRA()446 pxEndPoint->xRAData.uxRetryCount++; in xRAProcess_HandleWaitStates()448 if( pxEndPoint->xRAData.uxRetryCount < ( UBaseType_t ) ipconfigRA_SEARCH_COUNT ) in xRAProcess_HandleWaitStates()458 pxEndPoint->xRAData.uxRetryCount = 0U; in xRAProcess_HandleWaitStates()471 pxEndPoint->xRAData.uxRetryCount = 0U; in xRAProcess_HandleWaitStates()475 else if( pxEndPoint->xRAData.uxRetryCount < ( UBaseType_t ) ipconfigRA_IP_TEST_COUNT ) in xRAProcess_HandleWaitStates()478 pxEndPoint->xRAData.uxRetryCount++; in xRAProcess_HandleWaitStates()557 pxEndPoint->xRAData.uxRetryCount + 1U, in xRAProcess_HandleOtherStates()626 pxEndPoint->xRAData.uxRetryCount = 0U; in vRAProcessInit()
951 TEST_ASSERT_EQUAL( 0, pxEndPoint->xRAData.uxRetryCount ); in test_vReceiveRA_vRAProcess()1067 TEST_ASSERT_EQUAL( 0, pxEndPoint->xRAData.uxRetryCount ); in test_vRAProcess_eRAStateLease()1151 pxEndPoint->xRAData.uxRetryCount = ( UBaseType_t ) ipconfigRA_SEARCH_COUNT; in test_vRAProcess_eRAStateWait_RetryExceed()1160 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, pxEndPoint->xRAData.uxRetryCount ); in test_vRAProcess_eRAStateWait_RetryExceed()1192 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, pxEndPoint->xRAData.uxRetryCount ); in test_vRAProcess_eRAStateIPWait_AddressInUse()1215 pxEndPoint->xRAData.uxRetryCount = 0; in test_vRAProcess_eRAStateIPWait_Retry()1223 TEST_ASSERT_EQUAL( 1U, pxEndPoint->xRAData.uxRetryCount ); in test_vRAProcess_eRAStateIPWait_Retry()1246 pxEndPoint->xRAData.uxRetryCount = ipconfigRA_IP_TEST_COUNT; in test_vRAProcess_eRAStateIPWait_RASuccess()1279 pxEndPoint->xRAData.uxRetryCount = ipconfigRA_IP_TEST_COUNT; in test_vRAProcess_eRAStateIPWait_UsingDefaultAddress()
133 UBaseType_t uxRetryCount; member