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

  /external/ppp/pppd/
pppd.h 288 extern bool updetach; /* Detach from controlling tty when link up */
    [all...]
options.c 98 bool updetach = 0; /* Detach once link is up */ variable
210 { "updetach", o_bool, &updetach,
    [all...]
auth.c 865 if (updetach && !nodetach)
1100 * Detach now, if the updetach option was given.
1102 if (updetach && !nodetach)
    [all...]
main.c 500 if (!nodetach && !updetach)
    [all...]

Completed in 50 milliseconds