Searched refs:OctetsIn (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);
145 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn,
153 (t->OctetsIn + t->OctetsOut) / secs_up, t->BestOctetsPerSecond,
157 (t->OctetsIn + t->OctetsOut) / secs_up);
175 t->in.SampleOctets[t->nSample] = t->OctetsIn;
206 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
244 t->OctetsIn
[all...]
H A Dthroughput.h40 unsigned long long OctetsIn; member in struct:pppThroughput
H A Dradius.c1246 if (rad_put_int(r->cx.rad, RAD_ACCT_INPUT_OCTETS, stats->OctetsIn % UINT32_MAX) != 0 ||
1247 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_GIGAWORDS, stats->OctetsIn / UINT32_MAX) != 0 ||
H A Dcommand.c540 oin = bundle->ncp.ipcp.throughput.OctetsIn;
545 oin += bundle->ncp.ipv6cp.throughput.OctetsIn;
566 bundle->ncp.ipcp.throughput.OctetsIn);
575 bundle->ncp.ipv6cp.throughput.OctetsIn);

Completed in 114 milliseconds