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

  /external/libppp/src/
chat.h 58 int TimeoutSec; /* Expect timeout value */
72 struct pppTimer timeout; /* TimeoutSec timer */
chat.c 117 if (c->TimeoutSec > 0) {
118 c->timeout.load = SECTICKS * c->TimeoutSec;
254 c->TimeoutSec = atoi(c->exp + 2);
255 if (c->TimeoutSec <= 0)
256 c->TimeoutSec = 30;
307 log_Printf(LogCHAT, "Expect(%d): %s\n", c->TimeoutSec, c->argptr);
582 c->TimeoutSec = 30;

Completed in 63 milliseconds