Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c60 time(&t->BestOctetsPerSecondTime); in throughput_init()
128 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime)); in throughput_disp()
154 ctime(&t->BestOctetsPerSecondTime)); in throughput_log()
185 time(&t->BestOctetsPerSecondTime); in throughput_sampler()
208 time(&t->BestOctetsPerSecondTime); in throughput_start()
288 time_buf = ctime(&t->BestOctetsPerSecondTime); in throughput_clear()
295 time(&t->BestOctetsPerSecondTime); in throughput_clear()
H A Dthroughput.h50 time_t BestOctetsPerSecondTime; member