HomeSort by relevance Sort by last modified time
    Searched refs:child_wait (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
options.c 117 int child_wait = 5; /* # seconds to wait for children at exit */ variable
276 { "child-timeout", o_int, &child_wait,
    [all...]
pppd.h 320 extern int child_wait; /* # seconds to wait for children at end */
    [all...]
main.c 625 if (child_wait > 0)
626 TIMEOUT(childwait_end, NULL, child_wait);
    [all...]

Completed in 212 milliseconds