Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dthroughput.c82 throughput_uptime(struct pppThroughput *t) in throughput_uptime() function
104 secs_up = throughput_uptime(t); in throughput_disp()
139 secs_up = throughput_uptime(t); in throughput_log()
169 uptime = throughput_uptime(t); in throughput_sampler()
267 if ((divisor = throughput_uptime(t)) == 0) in throughput_clear()
H A Dthroughput.h70 extern int throughput_uptime(struct pppThroughput *);
H A Dradius.c1251 rad_put_int(r->cx.rad, RAD_ACCT_SESSION_TIME, throughput_uptime(stats)) in radius_Account()
H A Dbundle.c1042 secs = t->downtime ? 0 : throughput_uptime(t); in bundle_ShowLinks()