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

/freebsd-13-stable/usr.sbin/ppp/
H A Dthroughput.c50 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
116 t->OctetsIn, t->OctetsOut);
121 (t->OctetsIn + t->OctetsOut) / divisor);
131 (t->OctetsIn + t->OctetsOut) / divisor);
146 t->OctetsOut);
153 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond,
157 (t->OctetsIn + t->OctetsOut) / secs_up);
179 t->out.SampleOctets[t->nSample] = t->OctetsOut;
206 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
251 t->OctetsOut
[all...]
H A Dthroughput.h41 unsigned long long OctetsOut; member in struct:pppThroughput
H A Dradius.c1249 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_OCTETS, stats->OctetsOut % UINT32_MAX) != 0 ||
1250 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_GIGAWORDS, stats->OctetsOut / UINT32_MAX) != 0 ||
H A Dcommand.c541 oout = bundle->ncp.ipcp.throughput.OctetsOut;
546 oout += bundle->ncp.ipv6cp.throughput.OctetsOut;
568 bundle->ncp.ipcp.throughput.OctetsOut);
577 bundle->ncp.ipv6cp.throughput.OctetsOut);

Completed in 107 milliseconds