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

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dsys-linux.c80 static int tty_disc = N_TTY; /* The TTY discipline */ variable
379 if (ioctl(fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
1110 (void) ioctl(ppp_fd, TIOCSETD, &tty_disc);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dsys-linux.c120 static int tty_disc = N_TTY; /* The TTY discipline */ variable
461 if (ioctl(fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
550 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
2590 (void) ioctl(ppp_fd, TIOCSETD, &tty_disc);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dsys-linux.c176 static int tty_disc = N_TTY; /* The TTY discipline */ variable
446 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
571 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dsys-linux.c176 static int tty_disc = N_TTY; /* The TTY discipline */ variable
446 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
571 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {

Completed in 109 milliseconds