Searched refs:PPPIOCGFLAGS (Results 1 – 5 of 5) 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 | 295 if (ioctl(fd, PPPIOCGFLAGS, &flags) == -1) in modify_flags() 747 if (ioctl(ppp_fd, PPPIOCGFLAGS, (caddr_t) &x) == 0) { in clean_check() 1405 if (ioctl(ppp_dev_fd, PPPIOCGFLAGS, &flags) < 0) { in ccp_fatal_error()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 630 unsigned IOCTL_PPPIOCGFLAGS = PPPIOCGFLAGS;
|
D | sanitizer_common_interceptors_ioctl.inc | 206 _(PPPIOCGFLAGS, WRITE, sizeof(int));
|