Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A 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 = t->PacketsIn = t->PacketsOut = 0; in throughput_start()
242 t->OctetsIn += n; in throughput_addin()
[all …]
H A Dthroughput.h38 unsigned long long OctetsIn; member
H A Dradius.c1244 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 || in radius_Account()
1245 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 || in radius_Account()
H A Dcommand.c538 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand()
543 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand()
564 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand()
573 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()