Searched defs:ppp_disc (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c175 static int ppp_disc = N_PPP; /* The PPP discpline */ variable
423 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
424 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
1985 if (ioctl(local_fd, TIOCSETD, &ppp_disc) < 0) {
2653 if (ioctl(ppp_fd, TIOCSETD, &ppp_disc) < 0)

Completed in 150 milliseconds