Home
last modified time | relevance | path

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

/src/usr.sbin/ppp/
H A Dchat.c117 if (c->TimeoutSec > 0) { in chat_SetTimeout()
118 c->timeout.load = SECTICKS * c->TimeoutSec; in chat_SetTimeout()
259 c->TimeoutSec = atoi(c->exp + 2); in chat_UpdateSet()
260 if (c->TimeoutSec <= 0) in chat_UpdateSet()
261 c->TimeoutSec = 30; in chat_UpdateSet()
312 log_Printf(LogCHAT, "Expect(%d): %s\n", c->TimeoutSec, c->argptr); in chat_UpdateSet()
587 c->TimeoutSec = 30; in chat_Setup()
H A Dchat.h60 int TimeoutSec; /* Expect timeout value */ member