/third_party/gstreamer/gstreamer/libs/gst/helpers/ |
D | meson.build | 49 ioctl(0, SIOCGIFHWADDR, &ifr); 52 name : 'SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR available') 54 description : 'SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR is available')
|
D | gst-ptp-helper.c | 319 if (ioctl (g_socket_get_fd (socket_event), SIOCGIFHWADDR, &ifr) == 0) { in setup_sockets() 349 if (ioctl (g_socket_get_fd (socket_event), SIOCGIFHWADDR, in setup_sockets()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 84 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 84 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 86 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 84 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 84 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 84 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/musl/include/sys/ |
D | ioctl.h | 79 #define SIOCGIFHWADDR 0x8927 macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | linux_ioctl.c | 87 if (ioctl(sock, SIOCGIFHWADDR, &ifr)) { in linux_get_ifhwaddr()
|
D | driver_wired.c | 219 if (ioctl(drv->common.sock, SIOCGIFHWADDR, &ifr) != 0) { in wired_init_sockets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | linux_ioctl.c | 87 if (ioctl(sock, SIOCGIFHWADDR, &ifr)) { in linux_get_ifhwaddr()
|
D | driver_wired.c | 219 if (ioctl(drv->common.sock, SIOCGIFHWADDR, &ifr) != 0) { in wired_init_sockets()
|
/third_party/toybox/toys/pending/ |
D | strace.c | 97 C(SIOCGIFHWADDR); 449 case SIOCGIFHWADDR:
|
D | arp.c | 157 xioctl(TT.sockfd, SIOCGIFHWADDR, &ifre); in set_entry()
|
D | arping.c | 76 xioctl(fd, SIOCGIFHWADDR, &req); in get_interface()
|
D | ip.c | 736 xioctl(fd, SIOCGIFHWADDR, &req); in link_set() 742 xioctl(fd, SIOCGIFHWADDR, &req); in link_set() 2438 if (rtype != SIOCGIFHWADDR) req.ifr_ifru.ifru_data = (void*)ptnl; in tnl_ioctl() 2442 else if (rtype == SIOCGIFHWADDR) in tnl_ioctl() 2515 if ((ret = tnl_ioctl(iface, SIOCGIFHWADDR, &iptnl)) < 0) { in read_tunnel()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv4_sender.c | 329 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFHWADDR); in complete_eth_addrs()
|
D | ns-icmpv6_sender.c | 189 get_ifinfo(&ifinfo, sock_fd, ifname, SIOCGIFHWADDR); in specify_hw_addr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_linux.c | 331 if (ioctl(l2->fd, SIOCGIFHWADDR, &ifr) < 0) { in l2_packet_init()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-sockets.c | 410 if (ioctl(fd, SIOCGIFHWADDR, &i) < 0) in lws_plat_ifname_to_hwaddr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_linux.c | 335 if (ioctl(l2->fd, SIOCGIFHWADDR, &ifr) < 0) { in l2_packet_init()
|
/third_party/toybox/toys/net/ |
D | ifconfig.c | 138 ioctl(TT.sockfd, SIOCGIFHWADDR, &ifre); in display_ifconfig()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
D | ifconfig.c | 137 ioctl(TT.sockfd, SIOCGIFHWADDR, &ifre); in display_ifconfig()
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
D | ioctl.h | 197 #define SIOCGIFHWADDR 0x8927ul macro 1753 #define SIOCGIFHWADDR 0x8927ul macro 3313 #define SIOCGIFHWADDR 0x8927ul macro 4869 #define SIOCGIFHWADDR 0x8927ul macro 6316 #define SIOCGIFHWADDR 0x8927ul macro 7762 #define SIOCGIFHWADDR 0x8927ul macro 9312 #define SIOCGIFHWADDR 0x8927ul macro 10868 #define SIOCGIFHWADDR 0x8927ul macro
|