Home
last modified time | relevance | path

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

/external/libppp/src/
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()
Dthroughput.h45 unsigned long long OctetsPerSecond; member
Dbundle.c1030 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond, in bundle_ShowLinks()
1031 dl->physical->link.stats.total.out.OctetsPerSecond); in bundle_ShowLinks()
1044 octets = MAX(t->in.OctetsPerSecond, t->out.OctetsPerSecond); in bundle_ShowLinks()
Dmp.c197 percent = MAX(mp->link.stats.total.in.OctetsPerSecond, in mp_UpDown()
198 mp->link.stats.total.out.OctetsPerSecond) * 800 / in mp_UpDown()