Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/tools/tcp_utilities/
Dtcp_mem_stats.c212 char pucComment[ 64 ] = ""; in vWriteHeader() local
230 …snprintf( pucComment, sizeof pucComment, ",Rounded up to %u x MSS (plus %u bytes)", uxTXSize / ipc… in vWriteHeader()
233 …S_PRINTF( ( "TCPMemStat,TCP_TX_BUFFER_LENGTH,%u%s\n", ipconfigTCP_TX_BUFFER_LENGTH, pucComment ) ); in vWriteHeader()
331 pucComment[ 0 ] = 0; in vWriteHeader()
346 …snprintf( pucComment, sizeof pucComment, "Actual size fluctuates because BufferAllocation_2.c is u… in vWriteHeader()
351 …TF( ( "TCPMemStat,Total,,,=SUM(D%d:D%d),%s\n", xFirstLineNr + 1, xLastHeaderLineNr, pucComment ) ); in vWriteHeader()