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

/external/ppp/pppd/
H A Doptions.c117 int child_wait = 5; /* # seconds to wait for children at exit */ variable
276 { "child-timeout", o_int, &child_wait,
H A Dpppd.h320 extern int child_wait; /* # seconds to wait for children at end */
H A Dmain.c625 if (child_wait > 0)
626 TIMEOUT(childwait_end, NULL, child_wait);

Completed in 100 milliseconds