Home
last modified time | relevance | path

Searched refs:PacketsOut (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()
252 t->PacketsOut++; in throughput_addout()
273 t->OctetsIn = t->OctetsOut = t->PacketsIn = t->PacketsOut = 0; in throughput_clear()
H A Dthroughput.h43 unsigned long long PacketsOut; member
H A Dcommand.c543 pout = bundle->ncp.ipcp.throughput.PacketsOut; in command_Expand()
548 pout += bundle->ncp.ipv6cp.throughput.PacketsOut; in command_Expand()
572 bundle->ncp.ipcp.throughput.PacketsOut); in command_Expand()
581 bundle->ncp.ipv6cp.throughput.PacketsOut); in command_Expand()
H A Dradius.c1251 rad_put_int(r->cx.rad, RAD_ACCT_OUTPUT_PACKETS, stats->PacketsOut) in radius_Account()