Searched refs:ulWhere (Results 1 – 6 of 6) sorted by relevance
397 uint32_t ulWhere ) in FreeRTOS_FindEndPointOnIP_IPv4() argument406 if( ulWhere < ulLocationCount ) in FreeRTOS_FindEndPointOnIP_IPv4()408 xRoutingStatistics.ulLocationsIP[ ulWhere ]++; in FreeRTOS_FindEndPointOnIP_IPv4()528 uint32_t ulWhere ) in FreeRTOS_FindEndPointOnNetMask() argument531 return FreeRTOS_InterfaceEndPointOnNetMask( NULL, ulIPAddress, ulWhere ); in FreeRTOS_FindEndPointOnNetMask()551 uint32_t ulWhere ) in FreeRTOS_InterfaceEndPointOnNetMask() argument560 if( ulWhere < ulLocationCount ) in FreeRTOS_InterfaceEndPointOnNetMask()562 xRoutingStatistics.ulLocations[ ulWhere ]++; in FreeRTOS_InterfaceEndPointOnNetMask()598 … ( unsigned ) ulWhere, ( unsigned ) FreeRTOS_ntohl( ulIPAddress ) ) ); in FreeRTOS_InterfaceEndPointOnNetMask()1217 uint32_t ulWhere ) in FreeRTOS_FindEndPointOnIP_IPv4() argument[all …]
235 uint32_t ulWhere );255 uint32_t ulWhere );263 uint32_t ulWhere );
56 uint32_t ulWhere );
57 uint32_t ulWhere ) in FreeRTOS_FindEndPointOnNetMask() argument
90 uint32_t ulWhere );
1355 uint32_t ulWhere; in test_FreeRTOS_FindEndPointOnIP_IPv4_NotFound() local1369 …ulWhere = sizeof( xRoutingStatistics.ulLocationsIP ) / sizeof( xRoutingStatistics.ulLocationsIP[ 0… in test_FreeRTOS_FindEndPointOnIP_IPv4_NotFound()1370 pxEndPoint = FreeRTOS_FindEndPointOnIP_IPv4( IPV4_DEFAULT_GATEWAY, ulWhere ); in test_FreeRTOS_FindEndPointOnIP_IPv4_NotFound()1924 uint32_t ulWhere; in test_FreeRTOS_InterfaceEndPointOnNetMask_HappyPath() local1938 …ulWhere = sizeof( xRoutingStatistics.ulLocations ) / sizeof( xRoutingStatistics.ulLocations[ 0 ] ); in test_FreeRTOS_InterfaceEndPointOnNetMask_HappyPath()1940 …oint = FreeRTOS_InterfaceEndPointOnNetMask( &xNetworkInterface, IPV4_DEFAULT_DNS_SERVER, ulWhere ); in test_FreeRTOS_InterfaceEndPointOnNetMask_HappyPath()1967 uint32_t ulWhere; in test_FreeRTOS_InterfaceEndPointOnNetMask_DifferentInterface() local1994 …ulWhere = sizeof( xRoutingStatistics.ulLocations ) / sizeof( xRoutingStatistics.ulLocations[ 0 ] ); in test_FreeRTOS_InterfaceEndPointOnNetMask_DifferentInterface()1996 …dPoint = FreeRTOS_InterfaceEndPointOnNetMask( &xNetworkInterface[ 1 ], ulQueryIPAddress, ulWhere ); in test_FreeRTOS_InterfaceEndPointOnNetMask_DifferentInterface()