Home
last modified time | relevance | path

Searched refs:child_wait (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Doptions.c122 int child_wait = 5; /* # seconds to wait for children at exit */ variable
291 { "child-timeout", o_int, &child_wait,
Dmain.c628 if (child_wait > 0)
629 TIMEOUT(childwait_end, NULL, child_wait);
Dpppd.h326 extern int child_wait; /* # seconds to wait for children at end */