HomeSort by relevance Sort by last modified time
    Searched refs:downtime (Results 1 - 3 of 3) sorted by null

  /external/libppp/src/
throughput.c 62 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;
throughput.h 37 time_t uptime, downtime; member in struct:pppThroughput
bundle.c 1045 secs = t->downtime ? 0 : throughput_uptime(t);
    [all...]

Completed in 816 milliseconds