Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c1232 const int specifiedEndpointOrder[ 9 ][ 2 ] = \ in test_FreeRTOS_NextEndPoint_AnotherInterface() local
1266 … memset( &( xEndPoint[ specifiedEndpointOrder[ i ][ 1 ] ] ), 0, sizeof( NetworkEndPoint_t ) ); in test_FreeRTOS_NextEndPoint_AnotherInterface()
1270 pxNetworkEndPoints = &( xEndPoint[ specifiedEndpointOrder[ i ][ 1 ] ] ); in test_FreeRTOS_NextEndPoint_AnotherInterface()
1275 pxEndPoint->pxNext = &( xEndPoint[ specifiedEndpointOrder[ i ][ 1 ] ] ); in test_FreeRTOS_NextEndPoint_AnotherInterface()
1279 pxEndPoint->pxNetworkInterface = &( xNetworkInterface[ specifiedEndpointOrder[ i ][ 0 ] ] ); in test_FreeRTOS_NextEndPoint_AnotherInterface()