Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c58 t->BestOctetsPerSecond = 0; in throughput_init()
128 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime)); in throughput_disp()
153 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond, in throughput_log()
183 if (t->BestOctetsPerSecond < octets) { in throughput_sampler()
184 t->BestOctetsPerSecond = octets; in throughput_sampler()
207 t->in.OctetsPerSecond = t->out.OctetsPerSecond = t->BestOctetsPerSecond = 0; in throughput_start()
293 t->BestOctetsPerSecond, time_buf); in throughput_clear()
294 t->BestOctetsPerSecond = 0; in throughput_clear()
H A Dthroughput.h49 unsigned long long BestOctetsPerSecond; member