Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c50 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init()
116 t->OctetsIn, t->OctetsOut); in throughput_disp()
121 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp()
131 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_disp()
146 t->OctetsOut); in throughput_log()
157 (t->OctetsIn + t->OctetsOut) / secs_up); in throughput_log()
179 t->out.SampleOctets[t->nSample] = t->OctetsOut; in throughput_sampler()
206 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_start()
251 t->OctetsOut += n; in throughput_addout()
272 (t->OctetsIn + t->OctetsOut) / divisor); in throughput_clear()
[all …]
H A Dthroughput.h41 unsigned long long OctetsOut; member
H A Dradius.c1249 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_OCTETS, stats->OctetsOut % UINT32_MAX) != 0 || in radius_Account()
1250 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_GIGAWORDS, stats->OctetsOut / UINT32_MAX) != 0 || in radius_Account()
H A Dcommand.c541 oout = bundle->ncp.ipcp.throughput.OctetsOut; in command_Expand()
546 oout += bundle->ncp.ipv6cp.throughput.OctetsOut; in command_Expand()
568 bundle->ncp.ipcp.throughput.OctetsOut); in command_Expand()
577 bundle->ncp.ipv6cp.throughput.OctetsOut); in command_Expand()