Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h472 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily,
/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2382 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectAddrFamily()
2398 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_IncorrectSize()
2415 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()
2421 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()
2427 pucReturn = FreeRTOS_inet_ntop( xAddressFamily, &ulSource, pcDestination, uxSize ); in test_FreeRTOS_inet_ntop_HappyCase()
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_DNS_Parser.c666 ( void ) FreeRTOS_inet_ntop( FREERTOS_AF_INET, in parseDNSAnswer()
DFreeRTOS_Sockets.c2435 const char * FreeRTOS_inet_ntop( BaseType_t xAddressFamily, in FreeRTOS_inet_ntop() function