Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6_Sockets.h97 const char * FreeRTOS_inet_ntop6( const void * pvSource,
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c787 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_1.ucBytes, cDestination, 2 ); in test_FreeRTOS_inet_ntop6_LowBufferSize()
800 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_1.ucBytes, cDestination, 40 ); in test_FreeRTOS_inet_ntop6_HappyPath()
813 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_3.ucBytes, cDestination, 40 ); in test_FreeRTOS_inet_ntop6_HappyPath2()
826 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_5.ucBytes, cDestination, 40 ); in test_FreeRTOS_inet_ntop6_HappyPath3()
839 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_6.ucBytes, cDestination, 40 ); in test_FreeRTOS_inet_ntop6_HappyPath4()
853 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_6.ucBytes, cDestination, 5 ); in test_FreeRTOS_inet_ntop6_LesserBufferSize()
867 pcReturn = FreeRTOS_inet_ntop6( xSampleAddress_IPv6_5.ucBytes, cDestination, 24 ); in test_FreeRTOS_inet_ntop6_LesserBufferSizeNonZero()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c398 const char * FreeRTOS_inet_ntop6( const void * pvSource, in FreeRTOS_inet_ntop6() function
DFreeRTOS_Sockets.c3237 pcResult = FreeRTOS_inet_ntop6( pvSource, pcDestination, uxSize ); in FreeRTOS_inet_ntop()