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

Completed in 110 milliseconds