Home
last modified time | relevance | path

Searched refs:OctetsOut (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()
144 t->OctetsOut); 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()
177 t->out.SampleOctets[t->nSample] = t->OctetsOut; in throughput_sampler()
204 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_start()
249 t->OctetsOut += n; in throughput_addout()
[all …]
H A Dthroughput.h39 unsigned long long OctetsOut; member
H A Dradius.c1247 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_OCTETS, stats->OctetsOut % UINT32_MAX) != 0 || in radius_Account()
1248 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_GIGAWORDS, stats->OctetsOut / UINT32_MAX) != 0 || in radius_Account()
H A Dcommand.c539 oout = bundle->ncp.ipcp.throughput.OctetsOut; in command_Expand()
544 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand()
566 bundle->ncp.ipcp.throughput.OctetsOut); in command_Expand()
575 bundle->ncp.ipv6cp.throughput.OctetsOut); in command_Expand()