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

/freebsd-10.2-release/usr.sbin/ppp/
H A Dthroughput.h40 unsigned long long PacketsIn; member in struct:pppThroughput
H A Dthroughput.c48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
116 t->PacketsIn, t->PacketsOut);
146 title, *title ? ": " : "", t->PacketsIn, t->PacketsOut);
204 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
243 t->PacketsIn++;
271 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
H A Dcommand.c540 pin = bundle->ncp.ipcp.throughput.PacketsIn;
545 pin += bundle->ncp.ipv6cp.throughput.PacketsIn;
568 bundle->ncp.ipcp.throughput.PacketsIn);
577 bundle->ncp.ipv6cp.throughput.PacketsIn);
H A Dradius.c1246 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_PACKETS, stats->PacketsIn) != 0 ||

Completed in 297 milliseconds