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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dll_proto.c57 __PF(PPP_DISC,ppp_disc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Dll_proto.c66 __PF(PPP_DISC,ppp_disc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c172 static int ppp_disc = N_PPP; /* The PPP discpline */ variable
420 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
421 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
1983 if (ioctl(local_fd, TIOCSETD, &ppp_disc) < 0) {
2661 if (ioctl(ppp_fd, TIOCSETD, &ppp_disc) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c120 static int ppp_disc = N_PPP; /* The PPP discpline */ variable
487 ppp_disc = (new_style_driver && sync_serial)? N_SYNC_PPP: N_PPP;
488 if (ioctl(tty_fd, TIOCSETD, &ppp_disc) < 0) {
1893 if (ioctl(local_fd, TIOCSETD, &ppp_disc) < 0) {
2552 if (ioctl(ppp_fd, TIOCSETD, &ppp_disc) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c81 static int ppp_disc = N_PPP; /* The PPP discpline */ variable
1075 if (ioctl(ppp_fd, TIOCSETD, &ppp_disc) < 0)

Completed in 98 milliseconds