Searched defs:master_fd (Results 1 - 1 of 1) sorted by relevance

/external/ppp/pppd/
H A Dsys-linux.c180 static int master_fd = -1; /* pty for old-style demand mode, master */ variable
371 if (master_fd >= 0)
372 close(master_fd);
694 int master_fd; local
699 master_fd = open("/dev/ppp", O_RDWR);
700 if (master_fd < 0)
702 if (ioctl(master_fd, PPPIOCATTACH, &ifnum) < 0) {
704 close(master_fd);
711 modify_flags(master_fd, 0, SC_MULTILINK);
712 close(master_fd);
[all...]

Completed in 25 milliseconds