Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c50 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_init()
118 t->PacketsIn, t->PacketsOut); in throughput_disp()
148 title, *title ? ": " : "", t->PacketsIn, t->PacketsOut); in throughput_log()
206 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_start()
245 t->PacketsIn++; in throughput_addin()
273 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_clear()
H A Dthroughput.h42 unsigned long long PacketsIn; member
H A Dcommand.c542 pin = bundle->ncp.ipcp.throughput.PacketsIn; in command_Expand()
547 pin += bundle->ncp.ipv6cp.throughput.PacketsIn; in command_Expand()
570 bundle->ncp.ipcp.throughput.PacketsIn); in command_Expand()
579 bundle->ncp.ipv6cp.throughput.PacketsIn); in command_Expand()
H A Dradius.c1248 rad_put_int(r->cx.rad, RAD_ACCT_INPUT_PACKETS, stats->PacketsIn) != 0 || in radius_Account()