Searched refs:PPPIOCGFLAGS (Results 1 - 3 of 3) sorted by relevance
/external/ppp/pppd/include/net/ |
H A D | if_ppp.h | 115 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
|
/external/kernel-headers/original/linux/ |
H A D | if_ppp.h | 120 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
|
/external/ppp/pppd/ |
H A D | sys-linux.c | 291 if (ioctl(fd, PPPIOCGFLAGS, &flags) == -1) 740 if (ioctl(ppp_fd, PPPIOCGFLAGS, (caddr_t) &x) == 0) { 1371 if (ioctl(ppp_dev_fd, PPPIOCGFLAGS, &flags) < 0) {
|
Completed in 1267 milliseconds