Searched refs:downtime (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dthroughput.c62 t->downtime = 0;
86 downat = t->downtime ? t->downtime : time(NULL);
107 if (t->downtime)
108 prompt_Printf(prompt, " - down at %s", ctime(&t->downtime));
122 t->downtime ? "average " : "currently",
207 t->downtime = 0;
235 time(&t->downtime);
272 t->downtime = 0;
H A Dthroughput.h37 time_t uptime, downtime; member in struct:pppThroughput
H A Dbundle.c1045 secs = t->downtime ? 0 : throughput_uptime(t);

Completed in 62 milliseconds