Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c228 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4HappyPath()
253 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4NotFound()
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dhttp_client_test.c308 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in prvEchoClientTask()
388 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv6 ); in prvEchoClientTask()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigCompatibleWithSingle/
DFreeRTOS_Routing_ConfigCompatibleWithSingle_utest.c1038 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4HappyPath()
1063 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4NotFound()
1081 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4EmptyList()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h283 NetworkEndPoint_t * FreeRTOS_FindGateWay( BaseType_t xIPType );
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Routing.c1035 NetworkEndPoint_t * FreeRTOS_FindGateWay( BaseType_t xIPType ) in FreeRTOS_FindGateWay() function
1279 NetworkEndPoint_t * FreeRTOS_FindGateWay( BaseType_t xIPType ) in FreeRTOS_FindGateWay() function
DFreeRTOS_ND.c247 pxEndPoint = FreeRTOS_FindGateWay( ( BaseType_t ) ipTYPE_IPv6 ); in eNDGetCacheEntry()
DFreeRTOS_ARP.c1052 *( ppxEndPoint ) = FreeRTOS_FindGateWay( ( BaseType_t ) ipTYPE_IPv4 ); in eARPGetCacheEntryGateWay()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2107 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4_HappyPath()
2140 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4_NotFound()
2175 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv4 ); in test_FreeRTOS_FindGateWay_IPv4_MultipleEndpoints()
2202 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv6 ); in test_FreeRTOS_FindGateWay_IPv6_HappyPath()
2235 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv6 ); in test_FreeRTOS_FindGateWay_IPv6_NotFound()
2270 pxEndPoint = FreeRTOS_FindGateWay( ipTYPE_IPv6 ); in test_FreeRTOS_FindGateWay_IPv6_MultipleEndpoints()