Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c152 static int tty_npushed; /* total count of pushed PPP modules */ variable
935 if (++tty_npushed == 1 && !already_ppp) { in modpush()
976 tty_npushed = 0;
996 if (tty_npushed == 0 && !already_ppp) {
1054 while (tty_npushed > 0 && myioctl(fd, I_POP, (void *)0) >= 0) {
1055 --tty_npushed;