Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/usr.sbin/pppd/
Dsys-bsd.c182 static int initdisc = -1; /* Initial TTY discipline for ppp_fd */ variable
420 if (ioctl(fd, TIOCGETD, &initdisc) < 0) in tty_establish_ppp()
521 if (initdisc >= 0 && ioctl(fd, TIOCSETD, &initdisc) < 0)
524 initdisc = -1;