Searched refs:PPPIOCGFLAGS (Results 1 – 6 of 6) sorted by relevance
/external/ppp/pppd/include/net/ |
D | if_ppp.h | 115 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | ppp-ioctl.h | 85 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
|
/external/ppp/pppd/ |
D | sys-linux.c | 292 if (ioctl(fd, PPPIOCGFLAGS, &flags) == -1) in modify_flags() 741 if (ioctl(ppp_fd, PPPIOCGFLAGS, (caddr_t) &x) == 0) { in clean_check() 1372 if (ioctl(ppp_dev_fd, PPPIOCGFLAGS, &flags) < 0) { in ccp_fatal_error()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 547 unsigned IOCTL_PPPIOCGFLAGS = PPPIOCGFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 203 _(PPPIOCGFLAGS, WRITE, sizeof(int));
|
/external/strace/linux/ |
D | ioctlent.h.in | 1606 {"linux/ppp-ioctl.h", "PPPIOCGFLAGS", 0x745a},
|