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

/external/ppp/pppd/
H A Dsys-linux.c175 static int tty_disc = N_TTY; /* The TTY discipline */ variable
447 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0 && !ok_error(errno))
569 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) {

Completed in 241 milliseconds