/third_party/musl/src/network/ |
H A D | if_indextoname.c | 20 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_indextoname.c | 15 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 63 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/include/sys/ |
H A D | ioctl.h | 56 #define SIOCGIFNAME 0x8910 macro
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 249 SAFE_IOCTL(pts, SIOCGIFNAME, ifreq.ifr_name); in open_netdev()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 1464 #if defined(HAVE_NETPACKET_PACKET_H) && defined(SIOCGIFNAME) in makesockaddr() 1473 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr() 1484 #endif /* HAVE_NETPACKET_PACKET_H && SIOCGIFNAME */ in makesockaddr() 1519 #if defined(AF_CAN) && defined(SIOCGIFNAME) in makesockaddr() 1528 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr() 1559 #endif /* AF_CAN && SIOCGIFNAME */ in makesockaddr()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 175 #define SIOCGIFNAME 0x8910ul macro 1731 #define SIOCGIFNAME 0x8910ul macro 3291 #define SIOCGIFNAME 0x8910ul macro 4847 #define SIOCGIFNAME 0x8910ul macro 6294 #define SIOCGIFNAME 0x8910ul macro 7740 #define SIOCGIFNAME 0x8910ul macro 9290 #define SIOCGIFNAME 0x8910ul macro 10846 #define SIOCGIFNAME 0x8910ul macro
|
/third_party/eudev/src/libudev/ |
H A D | libudev-device.c | 908 if (ioctl(sk, SIOCGIFNAME, &ifr) != 0) { in udev_device_new_from_device_id()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 421 IOCTL_REQUEST(SIOCGIFNAME); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 170 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 169 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | ioctl.rs | 170 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | ioctl.rs | 169 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
H A D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2543 pub const SIOCGIFNAME: ::c_ulong = 0x00008910; consts
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 2467 if (ioctl(fd, SIOCGIFNAME, &req) < 0) perror_msg("SIOCGIFNAME"); in display_tunnel()
|