Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_mem_stats.c205 char pucComment[ 64 ] = ""; in vWriteHeader() local
223 …snprintf( pucComment, sizeof pucComment, ",Rounded up to %u x MSS (plus %u bytes)", uxTXSize / ipc… in vWriteHeader()
226 …S_PRINTF( ( "TCPMemStat,TCP_TX_BUFFER_LENGTH,%u%s\n", ipconfigTCP_TX_BUFFER_LENGTH, pucComment ) ); in vWriteHeader()
324 pucComment[ 0 ] = 0; in vWriteHeader()
339 …snprintf( pucComment, sizeof pucComment, "Actual size fluctuates because BufferAllocation_2.c is u… in vWriteHeader()
344 …TF( ( "TCPMemStat,Total,,,=SUM(D%d:D%d),%s\n", xFirstLineNr + 1, xLastHeaderLineNr, pucComment ) ); in vWriteHeader()