Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dthroughput.c52 t->in.OctetsPerSecond = 0; in throughput_init()
55 t->out.OctetsPerSecond = 0; in throughput_init()
123 t->in.OctetsPerSecond, t->out.OctetsPerSecond, in throughput_disp()
174 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()
178 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()
180 octets = t->in.OctetsPerSecond + t->out.OctetsPerSecond; in throughput_sampler()
205 t->in.OctetsPerSecond = t->out.OctetsPerSecond = t->BestOctetsPerSecond = 0; in throughput_start()
279 t->in.OctetsPerSecond, t->out.OctetsPerSecond); in throughput_clear()
280 t->in.OctetsPerSecond = t->out.OctetsPerSecond = 0; in throughput_clear()
H A Dthroughput.h45 unsigned long long OctetsPerSecond; member
H A Dbundle.c1027 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond, in bundle_ShowLinks()
1028 dl->physical->link.stats.total.out.OctetsPerSecond); in bundle_ShowLinks()
1041 octets = MAX(t->in.OctetsPerSecond, t->out.OctetsPerSecond); in bundle_ShowLinks()
H A Dmp.c197 percent = MAX(mp->link.stats.total.in.OctetsPerSecond, in mp_UpDown()
198 mp->link.stats.total.out.OctetsPerSecond) * 800 / in mp_UpDown()