OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:updetach
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
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
...]
pppd.h
288
extern bool
updetach
; /* Detach from controlling tty when link up */
[
all
...]
main.c
500
if (!nodetach && !
updetach
)
[
all
...]
pppd.8
[
all
...]
Completed in 306 milliseconds