Lines Matching refs:prompt
100 throughput_disp(struct pppThroughput *t, struct prompt *prompt) in throughput_disp() argument
105 prompt_Printf(prompt, "Connect time: %d:%02d:%02d", secs_up / 3600, in throughput_disp()
108 prompt_Printf(prompt, " - down at %s", ctime(&t->downtime)); in throughput_disp()
110 prompt_Printf(prompt, "\n"); in throughput_disp()
113 prompt_Printf(prompt, "%llu octets in, %llu octets out\n", in throughput_disp()
115 prompt_Printf(prompt, "%llu packets in, %llu packets out\n", in throughput_disp()
118 prompt_Printf(prompt, " overall %6llu bytes/sec\n", in throughput_disp()
120 prompt_Printf(prompt, " %s %6llu bytes/sec in, %6llu bytes/sec out " in throughput_disp()
125 prompt_Printf(prompt, " peak %6llu bytes/sec on %s", in throughput_disp()
128 prompt_Printf(prompt, "Overall %llu bytes/sec\n", in throughput_disp()
254 throughput_clear(struct pppThroughput *t, int clear_type, struct prompt *prompt) in throughput_clear() argument
269 prompt_Printf(prompt, "overall cleared (was %6llu bytes/sec)\n", in throughput_clear()
277 prompt_Printf(prompt, "current cleared (was %6llu bytes/sec in," in throughput_clear()
290 prompt_Printf(prompt, "peak cleared (was %6llu bytes/sec on %s)\n", in throughput_clear()