Home
last modified time | relevance | path

Searched refs:SIOCGIFNAME (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/src/network/
H A Dif_indextoname.c20 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dif_indextoname.c15 r = ioctl(fd, SIOCGIFNAME, &ifr); in if_indextoname()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dioctl.h63 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dioctl.h61 #define SIOCGIFNAME 0x8910 macro
/third_party/musl/include/sys/
H A Dioctl.h56 #define SIOCGIFNAME 0x8910 macro
/third_party/ltp/testcases/kernel/pty/
H A Dpty04.c249 SAFE_IOCTL(pts, SIOCGIFNAME, ifreq.ifr_name); in open_netdev()
/third_party/python/Modules/
H A Dsocketmodule.c1464 #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 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/eudev/src/libudev/
H A Dlibudev-device.c908 if (ioctl(sk, SIOCGIFNAME, &ifr) != 0) { in udev_device_new_from_device_id()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c421 IOCTL_REQUEST(SIOCGIFNAME); in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dioctl.rs170 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dioctl.rs169 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dioctl.rs170 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dioctl.rs169 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dioctl.rs175 pub const SIOCGIFNAME: u32 = 35088; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2543 pub const SIOCGIFNAME: ::c_ulong = 0x00008910; consts
/third_party/toybox/toys/pending/
H A Dip.c2467 if (ioctl(fd, SIOCGIFNAME, &req) < 0) perror_msg("SIOCGIFNAME"); in display_tunnel()

Completed in 131 milliseconds

12