Searched refs:PPPIOCGFLAGS (Results 1 – 11 of 11) sorted by relevance
/external/syzkaller/sys/linux/ |
D | socket_pppox_ppc64le.const | 4 PPPIOCGFLAGS = 1074033754
|
D | socket_pppox_arm64.const | 4 PPPIOCGFLAGS = 2147775578
|
D | socket_pppox_amd64.const | 4 PPPIOCGFLAGS = 2147775578
|
D | socket_pppox_arm.const | 4 PPPIOCGFLAGS = 2147775578
|
D | socket_pppox_386.const | 4 PPPIOCGFLAGS = 2147775578
|
D | socket_pppox.txt | 42 ioctl$PPPIOCGFLAGS(fd sock_pppox, cmd const[PPPIOCGFLAGS], arg ptr[out, int32])
|
/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 | 86 #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));
|