Home
last modified time | relevance | path

Searched refs:SIOCGIFNAME (Results 1 – 25 of 29) sorted by relevance

12

/third_party/musl/src/network/
Dif_indextoname.c16 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
/third_party/musl/porting/liteos_a/user/src/network/
Dif_indextoname.c15 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/ndk_musl_include/sys/
Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h63 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/include/sys/
Dioctl.h56 #define SIOCGIFNAME 0x8910 macro
/third_party/ltp/testcases/kernel/pty/
Dpty04.c250 SAFE_IOCTL(pts, SIOCGIFNAME, ifreq.ifr_name); in open_netdev()
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dioctl.h175 #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/
Dgenerated.txt173 SIOCGIFNAME
Dlist.c421 IOCTL_REQUEST(SIOCGIFNAME); in list()
/third_party/python/Modules/
Dsocketmodule.c1435 #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/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dioctl.rs170 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dioctl.rs170 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/x32/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt2195 SIOCGIFNAME
/third_party/rust/crates/linux-raw-sys/src/x86/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/x86_64/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/mips64/
Dioctl.rs169 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dioctl.rs169 pub const SIOCGIFNAME: u32 = 35088; constant

12