/third_party/musl/src/network/ |
D | if_indextoname.c | 16 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | if_indextoname.c | 15 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 63 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 61 #define SIOCGIFNAME 0x8910 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 56 #define SIOCGIFNAME 0x8910 macro
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty04.c | 250 SAFE_IOCTL(pts, SIOCGIFNAME, ifreq.ifr_name); in open_netdev()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
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/rust/crates/linux-raw-sys/gen/ioctl/ |
D | generated.txt | 173 SIOCGIFNAME
|
D | list.c | 421 IOCTL_REQUEST(SIOCGIFNAME); in list()
|
/third_party/python/Modules/ |
D | socketmodule.c | 1435 #if defined(HAVE_NETPACKET_PACKET_H) && defined(SIOCGIFNAME) in makesockaddr() 1444 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr() 1490 #if defined(AF_CAN) && defined(SIOCGIFNAME) in makesockaddr() 1499 if (ioctl(sockfd, SIOCGIFNAME, &ifr) == 0) in makesockaddr()
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | ioctl.rs | 170 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | ioctl.rs | 170 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 2195 SIOCGIFNAME
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86_64/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | ioctl.rs | 169 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | ioctl.rs | 175 pub const SIOCGIFNAME: u32 = 35088; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | ioctl.rs | 169 pub const SIOCGIFNAME: u32 = 35088; constant
|