Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c5780 char ucChildText[ 16 ] = ""; in vTCPNetStat_TCPSocket() local
5785 const int32_t copied_len = snprintf( ucChildText, sizeof( ucChildText ), " %d/%d", in vTCPNetStat_TCPSocket()
5791 …configASSERT( copied_len < ( int32_t ) sizeof( ucChildText ) ); /* LCOV_EXCL_BR_LINE the 'taken' b… in vTCPNetStat_TCPSocket()
5830 ucChildText ) ); in vTCPNetStat_TCPSocket()