Searched refs:TimeoutSec (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dchat.h58 int TimeoutSec; /* Expect timeout value */ member in struct:chat
72 struct pppTimer timeout; /* TimeoutSec timer */
H A Dchat.c117 if (c->TimeoutSec > 0) {
118 c->timeout.load = SECTICKS * c->TimeoutSec;
259 c->TimeoutSec = atoi(c->exp + 2);
260 if (c->TimeoutSec <= 0)
261 c->TimeoutSec = 30;
312 log_Printf(LogCHAT, "Expect(%d): %s\n", c->TimeoutSec, c->argptr);
587 c->TimeoutSec = 30;

Completed in 50 milliseconds