Home
last modified time | relevance | path

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

/external/ppp/pppd/
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)) in tty_establish_ppp()
569 if (ioctl(tty_fd, TIOCSETD, &tty_disc) < 0) { in tty_disestablish_ppp()