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

/freebsd-10.2-release/usr.sbin/ppp/
H A Dthroughput.c48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
114 t->OctetsIn, t->OctetsOut);
119 (t->OctetsIn + t->OctetsOut) / divisor);
129 (t->OctetsIn + t->OctetsOut) / divisor);
143 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn,
151 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond,
155 (t->OctetsIn + t->OctetsOut) / secs_up);
173 t->in.SampleOctets[t->nSample] = t->OctetsIn;
204 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
242 t->OctetsIn
[all...]
H A Dthroughput.h38 unsigned long long OctetsIn; member in struct:pppThroughput
H A Dradius.c1244 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 ||
1245 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 ||
H A Dcommand.c538 oin = bundle->ncp.ipcp.throughput.OctetsIn;
543 oin += bundle->ncp.ipv6cp.throughput.OctetsIn;
564 bundle->ncp.ipcp.throughput.OctetsIn);
573 bundle->ncp.ipv6cp.throughput.OctetsIn);

Completed in 45 milliseconds