Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dsockios.h57 #define SIOCGIFENCAP 0x8925 /* get/set encapsulations */ macro
/external/kernel-headers/original/uapi/linux/
Dsockios.h78 #define SIOCGIFENCAP 0x8925 /* get/set encapsulations */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c59 PyModule_AddIntMacro(m, SIOCGIFENCAP); in _init_sys_ioctl_h()
/external/crosvm/net_sys/src/
Dsockios.rs39 pub const SIOCGIFENCAP: ::std::os::raw::c_uint = 35109; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c4564 #ifdef SIOCGIFENCAP
4565 { "SIOCGIFENCAP", (unsigned long) SIOCGIFENCAP },
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp645 unsigned IOCTL_SIOCGIFENCAP = SIOCGIFENCAP;
Dsanitizer_common_interceptors_ioctl.inc223 _(SIOCGIFENCAP, WRITE, sizeof(int));
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc644 unsigned IOCTL_SIOCGIFENCAP = SIOCGIFENCAP;
Dsanitizer_common_interceptors_ioctl.inc220 _(SIOCGIFENCAP, WRITE, sizeof(int));
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2117 pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2175 pub const SIOCGIFENCAP: ::c_ulong = 0x00008925; constant