Home
last modified time | relevance | path

Searched refs:prv_ntop6_write_short (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c70 extern BaseType_t prv_ntop6_write_short( char * pcDestination,
711 xReturn = prv_ntop6_write_short( cDestination, 40, &( xSet ) ); in test_prv_ntop6_write_short_SmallerBuffer()
731 xReturn = prv_ntop6_write_short( cDestination, 40, &( xSet ) ); in test_prv_ntop6_write_short_EnoughBuffer()
753 xReturn = prv_ntop6_write_short( cDestination, 40, &( xSet ) ); in test_prv_ntop6_write_short_EnoughBuffer_StartAfterBeginning()
774 xReturn = prv_ntop6_write_short( cDestination, 40, &( xSet ) ); in test_prv_ntop6_write_short_NotEnoughSpaceForShort()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c344 static BaseType_t prv_ntop6_write_short( char * pcDestination, in prv_ntop6_write_short() function
430 if( prv_ntop6_write_short( pcDestination, uxSize, &( xSet ) ) == pdFAIL ) in FreeRTOS_inet_ntop6()