Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dthroughput.c56 t->BestOctetsPerSecond = 0; in throughput_init()
126 t->BestOctetsPerSecond, ctime(&t->BestOctetsPerSecondTime)); in throughput_disp()
151 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond, in throughput_log()
181 if (t->BestOctetsPerSecond < octets) { in throughput_sampler()
182 t->BestOctetsPerSecond = octets; in throughput_sampler()
205 t->in.OctetsPerSecond = t->out.OctetsPerSecond = t->BestOctetsPerSecond = 0; in throughput_start()
291 t->BestOctetsPerSecond, time_buf); in throughput_clear()
292 t->BestOctetsPerSecond = 0; in throughput_clear()
H A Dthroughput.h47 unsigned long long BestOctetsPerSecond; member