Searched refs:updetach (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h243 extern bool updetach; /* Detach from controlling tty when link up */
H A Dauth.c664 if (updetach && !nodetach)
849 * Detach now, if the updetach option was given.
851 if (updetach && !nodetach)
H A Doptions.c90 bool updetach = 0; /* Detach once link is up */ variable
217 { "updetach", o_bool, &updetach,
H A Dmain.c443 if (updetach && (nodetach || demand)) {
444 option_error("updetach cannot be used with %s",
528 * nodetach or updetach is set.
530 if (!nodetach && !updetach)

Completed in 54 milliseconds