Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_stubs.c47 const char * pcStubFreeRTOS_inet_ntop( BaseType_t xAddressFamily, in pcStubFreeRTOS_inet_ntop() argument
55 TEST_ASSERT_EQUAL( xStubFreeRTOS_inet_ntop_TargetFamily, xAddressFamily ); in pcStubFreeRTOS_inet_ntop()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h489 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily,
493 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2301 BaseType_t xAddressFamily = FREERTOS_AF_INET + 1; in test_FreeRTOS_inet_pton_IncorrectAddressFamily() local
2305 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, pvDestination ); in test_FreeRTOS_inet_pton_IncorrectAddressFamily()
2316 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_Octal() local
2321 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_Octal()
2333 BaseType_t xAddressFamily = FREERTOS_AF_INET; in test_FreeRTOS_inet_pton_HappyPath() local
2340 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &ulDestination ); in test_FreeRTOS_inet_pton_HappyPath()
2352 BaseType_t xAddressFamily = FREERTOS_AF_INET6; in test_FreeRTOS_inet_pton_IPv6HappyPath() local
2359 xReturn = FreeRTOS_inet_pton( xAddressFamily, pcSource, &xDestination ); in test_FreeRTOS_inet_pton_IPv6HappyPath()
3583 BaseType_t xAddressFamily = FREERTOS_AF_INET4; in test_FreeRTOS_inet_ntop_IPv4() local
3589 pcReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulIPAddress, cDestination, xSize ); in test_FreeRTOS_inet_ntop_IPv4()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3174 BaseType_t FreeRTOS_inet_pton( BaseType_t xAddressFamily, in FreeRTOS_inet_pton() argument
3181 switch( xAddressFamily ) in FreeRTOS_inet_pton()
3219 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily, in FreeRTOS_inet_ntop() argument
3227 switch( xAddressFamily ) in FreeRTOS_inet_ntop()