Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
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()
145 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn, in throughput_log()
153 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond, in throughput_log()
157 (t->OctetsIn + t->OctetsOut) / secs_up); in throughput_log()
175 t->in.SampleOctets[t->nSample] = t->OctetsIn; in throughput_sampler()
206 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_start()
244 t->OctetsIn += n; in throughput_addin()
[all …]
Dthroughput.h40 unsigned long long OctetsIn; member
Dradius.c1246 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 || in radius_Account()
1247 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 || in radius_Account()
Dcommand.c540 oin = bundle->ncp.ipcp.throughput.OctetsIn; in command_Expand()
545 oin += bundle->ncp.ipv6cp.throughput.OctetsIn; in command_Expand()
566 bundle->ncp.ipcp.throughput.OctetsIn); in command_Expand()
575 bundle->ncp.ipv6cp.throughput.OctetsIn); in command_Expand()