Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const7 PPPIOCSFLAGS = 2147775577
Dsocket_pppox_arm64.const7 PPPIOCSFLAGS = 1074033753
Dsocket_pppox_amd64.const7 PPPIOCSFLAGS = 1074033753
Dsocket_pppox_arm.const7 PPPIOCSFLAGS = 1074033753
Dsocket_pppox_386.const7 PPPIOCSFLAGS = 1074033753
Dsocket_pppox.txt43 ioctl$PPPIOCSFLAGS(fd sock_pppox, cmd const[PPPIOCSFLAGS], arg ptr[in, flags[ppp_flags, int32]])
/external/ppp/pppd/include/net/
Dif_ppp.h116 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h87 #define PPPIOCSFLAGS _IOW('t', 89, int) /* set configuration flags */ macro
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc635 unsigned IOCTL_PPPIOCSFLAGS = PPPIOCSFLAGS;
Dsanitizer_common_interceptors_ioctl.inc211 _(PPPIOCSFLAGS, READ, sizeof(int));
/external/ppp/pppd/
Dsys-linux.c298 if (ioctl(fd, PPPIOCSFLAGS, &flags) == -1) in modify_flags()