Home
last modified time | relevance | path

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

/external/iproute2/include/uapi/linux/
Dsockios.h51 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ macro
/external/kernel-headers/original/uapi/linux/
Dsockios.h72 #define SIOCGIFMEM 0x891f /* get memory address (BSD) */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c53 PyModule_AddIntMacro(m, SIOCGIFMEM); in _init_sys_ioctl_h()
/external/crosvm/net_sys/src/
Dsockios.rs33 pub const SIOCGIFMEM: ::std::os::raw::c_uint = 35103; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c4579 #ifdef SIOCGIFMEM
4580 { "SIOCGIFMEM", (unsigned long) SIOCGIFMEM },
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp648 unsigned IOCTL_SIOCGIFMEM = SIOCGIFMEM;
Dsanitizer_common_interceptors_ioctl.inc226 _(SIOCGIFMEM, WRITE, struct_ifreq_sz);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc647 unsigned IOCTL_SIOCGIFMEM = SIOCGIFMEM;
Dsanitizer_common_interceptors_ioctl.inc223 _(SIOCGIFMEM, WRITE, struct_ifreq_sz);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2112 pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2170 pub const SIOCGIFMEM: ::c_ulong = 0x0000891F; constant