/system/connectivity/shill/ |
ppp_daemon.cc | 54 arguments.push_back("nodetach");
|
ppp_daemon_unittest.cc | 114 "nodetach", "nodefaultroute", "usepeerdns", "lcp-echo-interval",
|
/external/mtpd/ |
mtpd.c | 324 args[1] = "nodetach";
|
/external/ppp/pppd/ |
options.c | 97 bool nodetach = 0; /* Don't detach from controlling tty */ variable 206 { "nodetach", o_bool, &nodetach, 208 { "-detach", o_bool, &nodetach, 212 OPT_PRIOSUB | OPT_A2CLR | 1, &nodetach }, [all...] |
tty.c | 502 nodetach = 1; 939 if (!nodetach) [all...] |
auth.c | 865 if (updetach && !nodetach) 1102 if (updetach && !nodetach) [all...] |
pppd.h | 287 extern bool nodetach; /* Don't detach from controlling tty */ [all...] |
pppd.8 | [all...] |
main.c | 500 if (!nodetach && !updetach) [all...] |