Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c177 static int ppp_fd = -1; /* fd which is set to PPP discipline */ variable
266 ppp_fd = new_fd; in set_ppp_fd()
274 return !hungup && ppp_fd >= 0; in still_ppp()
275 if (!hungup || ppp_fd == slave_fd) in still_ppp()
438 modify_flags(ppp_fd, SC_RCVB | SC_LOGB, in tty_establish_ppp()
535 return ppp_fd; in generic_establish_ppp()
594 close(ppp_fd); in generic_disestablish_ppp()
595 ppp_fd = -1; in generic_disestablish_ppp()
663 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle()
709 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()
[all …]