Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_RA.c407 pxEndPoint->xRAData.bits.bRouterReplied = pdTRUE_UNSIGNED; in vReceiveRA()
457 pxEndPoint->xRAData.bits.bRouterReplied = pdFALSE_UNSIGNED; in xRAProcess_HandleWaitStates()
485 if( pxEndPoint->xRAData.bits.bRouterReplied != pdFALSE_UNSIGNED ) in xRAProcess_HandleWaitStates()
665 pxEndPoint->xRAData.bits.bRouterReplied, in vRAProcess()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h128 bRouterReplied : 1, member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_RA/
DFreeRTOS_RA_utest.c950 TEST_ASSERT_EQUAL( pdTRUE_UNSIGNED, pxEndPoint->xRAData.bits.bRouterReplied ); in test_vReceiveRA_vRAProcess()
1159 TEST_ASSERT_EQUAL( pdFALSE_UNSIGNED, pxEndPoint->xRAData.bits.bRouterReplied ); in test_vRAProcess_eRAStateWait_RetryExceed()
1248 pxEndPoint->xRAData.bits.bRouterReplied = pdTRUE_UNSIGNED; in test_vRAProcess_eRAStateIPWait_RASuccess()
1281 pxEndPoint->xRAData.bits.bRouterReplied = pdFALSE_UNSIGNED; in test_vRAProcess_eRAStateIPWait_UsingDefaultAddress()