Searched refs:FreeRTOS_inet_ntop6 (Results 1 – 4 of 4) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IPv6_Sockets.h | 97 const char * FreeRTOS_inet_ntop6( const void * pvSource,
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/ |
D | FreeRTOS_Sockets_IPv6_utest.c | 787 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/ |
D | FreeRTOS_IPv6_Sockets.c | 398 const char * FreeRTOS_inet_ntop6( const void * pvSource, in FreeRTOS_inet_ntop6() function
|
D | FreeRTOS_Sockets.c | 3237 pcResult = FreeRTOS_inet_ntop6( pvSource, pcDestination, uxSize ); in FreeRTOS_inet_ntop()
|