Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dthroughput.c102 int secs_up, divisor; in throughput_disp() local
104 secs_up = throughput_uptime(t); in throughput_disp()
105 prompt_Printf(prompt, "Connect time: %d:%02d:%02d", secs_up / 3600, in throughput_disp()
106 (secs_up / 60) % 60, secs_up % 60); in throughput_disp()
112 divisor = secs_up ? secs_up : 1; in throughput_disp()
124 secs_up > t->SamplePeriod ? t->SamplePeriod : secs_up); in throughput_disp()
137 int secs_up; in throughput_log() local
139 secs_up = throughput_uptime(t); in throughput_log()
143 " out\n", title, *title ? ": " : "", secs_up, t->OctetsIn, in throughput_log()
147 if (secs_up == 0) in throughput_log()
[all …]