Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c54 t->in.OctetsPerSecond = 0; in throughput_init()
57 t->out.OctetsPerSecond = 0; in throughput_init()
125 t->in.OctetsPerSecond, t->out.OctetsPerSecond, in throughput_disp()
176 t->in.OctetsPerSecond = (t->in.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()
180 t->out.OctetsPerSecond = (t->out.SampleOctets[t->nSample] - old) / divisor; in throughput_sampler()
182 octets = t->in.OctetsPerSecond + t->out.OctetsPerSecond; in throughput_sampler()
207 t->in.OctetsPerSecond = t->out.OctetsPerSecond = t->BestOctetsPerSecond = 0; in throughput_start()
281 t->in.OctetsPerSecond, t->out.OctetsPerSecond); in throughput_clear()
282 t->in.OctetsPerSecond = t->out.OctetsPerSecond = 0; in throughput_clear()
H A Dthroughput.h47 unsigned long long OctetsPerSecond; member
H A Dbundle.c1029 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond, in bundle_ShowLinks()
1030 dl->physical->link.stats.total.out.OctetsPerSecond); in bundle_ShowLinks()
1043 octets = MAX(t->in.OctetsPerSecond, t->out.OctetsPerSecond); in bundle_ShowLinks()
H A Dmp.c199 percent = MAX(mp->link.stats.total.in.OctetsPerSecond, in mp_UpDown()
200 mp->link.stats.total.out.OctetsPerSecond) * 800 / in mp_UpDown()