Home
last modified time | relevance | path

Searched refs:SIOCSIFLINK (Results 1 – 12 of 12) sorted by relevance

/external/iproute2/include/uapi/linux/
Dsockios.h37 #define SIOCSIFLINK 0x8911 /* set iface channel */ macro
/external/kernel-headers/original/uapi/linux/
Dsockios.h58 #define SIOCSIFLINK 0x8911 /* set iface channel */ macro
/external/autotest/client/deps/lansim/src/
Dwrapper_sys_ioctl.c39 PyModule_AddIntMacro(m, SIOCSIFLINK); in _init_sys_ioctl_h()
/external/crosvm/net_sys/src/
Dsockios.rs19 pub const SIOCSIFLINK: ::std::os::raw::c_uint = 35089; constant
/external/scapy/scapy/arch/
Dlinux.py44 SIOCSIFLINK = 0x8911 # set iface channel variable
/external/minijail/linux-x86/
Dlibconstants.gen.c4678 #ifdef SIOCSIFLINK
4679 { "SIOCSIFLINK", (unsigned long) SIOCSIFLINK },
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cpp656 unsigned IOCTL_SIOCSIFLINK = SIOCSIFLINK;
Dsanitizer_common_interceptors_ioctl.inc234 _(SIOCSIFLINK, NONE, 0);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc655 unsigned IOCTL_SIOCSIFLINK = SIOCSIFLINK;
Dsanitizer_common_interceptors_ioctl.inc231 _(SIOCSIFLINK, NONE, 0);
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2098 pub const SIOCSIFLINK: ::c_ulong = 0x00008911; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2156 pub const SIOCSIFLINK: ::c_ulong = 0x00008911; constant