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

/freebsd-10.0-release/usr.sbin/ppp/
H A Dthroughput.h41 unsigned long long PacketsOut; 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;
250 t->PacketsOut++;
271 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0;
H A Dcommand.c541 pout = bundle->ncp.ipcp.throughput.PacketsOut;
546 pout += bundle->ncp.ipv6cp.throughput.PacketsOut;
570 bundle->ncp.ipcp.throughput.PacketsOut);
579 bundle->ncp.ipv6cp.throughput.PacketsOut);
H A Dradius.c1249 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_PACKETS, stats->PacketsOut)

Completed in 171 milliseconds