Searched refs:xAddressFamily (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/ |
D | FreeRTOS_Routing_stubs.c | 47 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/ |
D | FreeRTOS_Sockets.h | 489 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/ |
D | FreeRTOS_Sockets_GenericAPI_utest.c | 2301 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/ |
D | FreeRTOS_Sockets.c | 3174 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()
|