Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c178 static int ppp_fd = -1; /* fd which is set to PPP discipline */ variable
269 ppp_fd = new_fd; in set_ppp_fd()
277 return !hungup && ppp_fd >= 0; in still_ppp()
278 if (!hungup || ppp_fd == slave_fd) in still_ppp()
444 modify_flags(ppp_fd, SC_RCVB | SC_LOGB, in tty_establish_ppp()
541 return ppp_fd; in generic_establish_ppp()
600 close(ppp_fd); in generic_disestablish_ppp()
601 ppp_fd = -1; in generic_disestablish_ppp()
669 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle()
715 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()
[all …]