Home
last modified time | relevance | path

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

/external/libppp/src/
Dthroughput.c48 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init()
116 t->PacketsIn, t->PacketsOut); in throughput_disp()
146 title, *title ? ": " : "", t->PacketsIn, t->PacketsOut); in throughput_log()
250 t->PacketsOut++; in throughput_addout()
Dthroughput.h41 unsigned long long PacketsOut; member
Dcommand.c538 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand()
543 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand()
567 bundle->ncp.ipcp.throughput.PacketsOut); in command_Expand()
576 bundle->ncp.ipv6cp.throughput.PacketsOut); in command_Expand()
Dradius.c1249 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_PACKETS, stats->PacketsOut) in radius_Account()