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

  /external/ppp/pppd/
options.c 94 bool updetach = 0; /* Detach once link is up */ variable
198 { "updetach", o_bool, &updetach,
    [all...]
pppd.h 284 extern bool updetach; /* Detach from controlling tty when link up */
    [all...]
auth.c 838 if (updetach && !nodetach)
1067 * Detach now, if the updetach option was given.
1069 if (updetach && !nodetach)
    [all...]
main.c 500 if (!nodetach && !updetach)
    [all...]

Completed in 326 milliseconds