Searched refs:PPPIOCGUNIT (Results 1 – 3 of 3) sorted by relevance
119 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
124 #define PPPIOCGUNIT _IOR('t', 86, int) /* get ppp unit number */ macro
505 if (ioctl(fd, PPPIOCGUNIT, &x) < 0) { in generic_establish_ppp()2657 if (ioctl(ppp_fd, PPPIOCGUNIT, &ifunit) < 0) in open_ppp_loopback()