OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 652 milliseconds