Home
last modified time | relevance | path

Searched refs:PPPIOCGFLAGS (Results 1 – 11 of 11) sorted by relevance

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const4 PPPIOCGFLAGS = 1074033754
Dsocket_pppox_arm64.const4 PPPIOCGFLAGS = 2147775578
Dsocket_pppox_amd64.const4 PPPIOCGFLAGS = 2147775578
Dsocket_pppox_arm.const4 PPPIOCGFLAGS = 2147775578
Dsocket_pppox_386.const4 PPPIOCGFLAGS = 2147775578
Dsocket_pppox.txt42 ioctl$PPPIOCGFLAGS(fd sock_pppox, cmd const[PPPIOCGFLAGS], arg ptr[out, int32])
/external/ppp/pppd/include/net/
Dif_ppp.h115 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h86 #define PPPIOCGFLAGS _IOR('t', 90, int) /* get configuration flags */ macro
/external/ppp/pppd/
Dsys-linux.c295 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/
Dsanitizer_platform_limits_posix.cc630 unsigned IOCTL_PPPIOCGFLAGS = PPPIOCGFLAGS;
Dsanitizer_common_interceptors_ioctl.inc206 _(PPPIOCGFLAGS, WRITE, sizeof(int));