Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h314 …UBaseType_t ulLocations[ 14 ]; /**< The number of times 'FreeRTOS_InterfaceEndPointOnNetMask()' h… member
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Routing.c556 …ount = ( uint32_t ) ( sizeof( xRoutingStatistics.ulLocations ) / sizeof( xRoutingStatistics.ulLoca… in FreeRTOS_InterfaceEndPointOnNetMask()
562 xRoutingStatistics.ulLocations[ ulWhere ]++; in FreeRTOS_InterfaceEndPointOnNetMask()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c1938 …ulWhere = sizeof( xRoutingStatistics.ulLocations ) / sizeof( xRoutingStatistics.ulLocations[ 0 ] ); in test_FreeRTOS_InterfaceEndPointOnNetMask_HappyPath()
1994 …ulWhere = sizeof( xRoutingStatistics.ulLocations ) / sizeof( xRoutingStatistics.ulLocations[ 0 ] ); in test_FreeRTOS_InterfaceEndPointOnNetMask_DifferentInterface()