Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c4834 char ucChildText[ 16 ] = ""; in vTCPNetStat() local
4839 … const int32_t copied_len = snprintf( ucChildText, sizeof( ucChildText ), " %d/%d", in vTCPNetStat()
4845 …configASSERT( copied_len < ( int32_t ) sizeof( ucChildText ) ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat()
4857 ucChildText ) ); in vTCPNetStat()