Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dthroughput.c48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init()
114 t->OctetsIn, t->OctetsOut); in throughput_disp()
119 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp()
129 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp()
143 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn, in throughput_log()
151 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond, in throughput_log()
155 (t->OctetsIn + t->OctetsOut) / secs_up); in throughput_log()
173 t->in.SampleOctets[t->nSample] = t->OctetsIn; in throughput_sampler()
204 t->OctetsIn = t->OctetsOut = 0; in throughput_start()
242 t->OctetsIn += n; in throughput_addin()
[all …]
Dthroughput.h38 unsigned long long OctetsIn; member
Dcommand.c516 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand()
521 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand()
542 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand()
551 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()
Dradius.c1008 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn) != 0 || in radius_Account()