Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c176 static int ppp_fd = -1; /* fd which is set to PPP discipline */ variable
265 ppp_fd = new_fd; in set_ppp_fd()
273 return !hungup && ppp_fd >= 0; in still_ppp()
274 if (!hungup || ppp_fd == slave_fd) in still_ppp()
437 modify_flags(ppp_fd, SC_RCVB | SC_LOGB, in tty_establish_ppp()
534 return ppp_fd; in generic_establish_ppp()
593 close(ppp_fd); in generic_disestablish_ppp()
594 ppp_fd = -1; in generic_disestablish_ppp()
662 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0) in cfg_bundle()
708 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifnum) < 0) in bundle_attach()
[all …]