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

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

Completed in 64 milliseconds