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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c80 static int tty_disc = N_TTY; /* The TTY discipline */ variable
381 if (ioctl(fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
1112 (void) ioctl(ppp_fd, TIOCSETD, &tty_disc);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c119 static int tty_disc = N_TTY; /* The TTY discipline */ variable
460 if (ioctl(fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
549 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {
2589 (void) ioctl(ppp_fd, TIOCSETD, &tty_disc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c171 static int tty_disc = N_TTY; /* The TTY discipline */ variable
438 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
560 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {

Completed in 76 milliseconds