Home
last modified time | relevance | path

Searched refs:already_ppp (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dmapfile-pppoe58 already_ppp { TYPE = DATA; FLAGS = extern }; # " "
H A Dpppoe.c515 already_ppp = 1; in plugin_init()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c138 bool already_ppp = 0; /* Already in PPP mode */ variable
941 if (++tty_npushed == 1 && !already_ppp) { in modpush()
983 if (!sync_serial && !already_ppp &&
1002 if (tty_npushed == 0 && !already_ppp) {
1279 if (already_ppp)
1406 if (!already_ppp &&
H A Dpppd.h297 extern bool already_ppp; /* device is already in PPP mode */