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

/freebsd-11-stable/usr.sbin/ppp/
H A Dthroughput.h72 extern int throughput_uptime(struct pppThroughput *);
H A Dthroughput.c84 throughput_uptime(struct pppThroughput *t) function
106 secs_up = throughput_uptime(t);
141 secs_up = throughput_uptime(t);
171 uptime = throughput_uptime(t);
269 if ((divisor = throughput_uptime(t)) == 0)
H A Dradius.c1253 rad_put_int(r->cx.rad, RAD_ACCT_SESSION_TIME, throughput_uptime(stats))
H A Dbundle.c1047 secs = t->downtime ? 0 : throughput_uptime(t);

Completed in 132 milliseconds