HomeSort by relevance Sort by last modified time
    Searched full:ppp_fd (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
sys-linux.c 176 static int ppp_fd = -1; /* fd which is set to PPP discipline */ variable
185 * For the old-style kernel driver, this is the same as ppp_fd.
265 ppp_fd = new_fd;
273 return !hungup && ppp_fd >= 0;
274 if (!hungup || ppp_fd == slave_fd)
437 modify_flags(ppp_fd, SC_RCVB | SC_LOGB,
534 return ppp_fd;
593 close(ppp_fd);
594 ppp_fd = -1;
662 if (ioctl(ppp_fd, PPPIOCCONNECT, &ifunit) < 0
    [all...]

Completed in 60 milliseconds