Home
last modified time | relevance | path

Searched refs:PacketsIn (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()
243 t->PacketsIn++; in throughput_addin()
Dthroughput.h40 unsigned long long PacketsIn; member
Dcommand.c537 pin = bundle->ncp.ipcp.throughput.PacketsIn; in command_Expand()
542 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand()
565 bundle->ncp.ipcp.throughput.PacketsIn); in command_Expand()
574 bundle->ncp.ipv6cp.throughput.PacketsIn); in command_Expand()
Dradius.c1246 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_PACKETS, stats->PacketsIn) != 0 || in radius_Account()