Home
last modified time | relevance | path

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

/external/libppp/src/
Dthroughput.c58 time(&t->BestOctetsPerSecondTime); in throughput_init()
126 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime)); in throughput_disp()
152 ctime(&t->BestOctetsPerSecondTime)); in throughput_log()
183 time(&t->BestOctetsPerSecondTime); in throughput_sampler()
206 time(&t->BestOctetsPerSecondTime); in throughput_start()
286 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear()
293 time(&t->BestOctetsPerSecondTime); in throughput_clear()
Dthroughput.h48 time_t BestOctetsPerSecondTime; member