/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 89 #define SIOCGIFINDEX 0x8933 macro 90 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/ndk_musl_include/sys/ |
D | ioctl.h | 89 #define SIOCGIFINDEX 0x8933 macro 90 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 91 #define SIOCGIFINDEX 0x8933 macro 92 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 89 #define SIOCGIFINDEX 0x8933 macro 90 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ioctl.h | 89 #define SIOCGIFINDEX 0x8933 macro 90 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 89 #define SIOCGIFINDEX 0x8933 macro 90 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/include/sys/ |
D | ioctl.h | 84 #define SIOCGIFINDEX 0x8933 macro 85 #define SIOGIFINDEX SIOCGIFINDEX
|
/third_party/musl/src/network/ |
D | if_nametoindex.c | 15 r = ioctl(fd, SIOCGIFINDEX, &ifr); in if_nametoindex()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | if_nametoindex.c | 15 r = ioctl(fd, SIOCGIFINDEX, &ifr); in if_nametoindex()
|
/third_party/ltp/testcases/network/packet/ |
D | fanout01.c | 79 SAFE_IOCTL(fd, SIOCGIFINDEX, &ifr); in run()
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind06.c | 47 SAFE_IOCTL(fd, SIOCGIFINDEX, &ifr); in setup()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_ifmove.c | 65 if (ioctl(sock_fd, SIOCGIFINDEX, &ifr) == -1) { in get_intf_index_from_name()
|
/third_party/ltp/testcases/network/can/filter-tests/ |
D | can_rcv_own_msgs.c | 94 SAFE_IOCTL(s, SIOCGIFINDEX, &ifr); in setup()
|
D | can_filter.c | 61 SAFE_IOCTL(s, SIOCGIFINDEX, &ifr); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
D | sendto03.c | 58 SAFE_IOCTL(sock, SIOCGIFINDEX, &ifr); in setup()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-udpsender.c | 328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX); in create_udp_datagram()
|
D | ns-icmpv4_sender.c | 333 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFINDEX); in complete_eth_addrs()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_wired.c | 191 if (ioctl(drv->common.sock, SIOCGIFINDEX, &ifr) != 0) { in wired_init_sockets()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_wired.c | 191 if (ioctl(drv->common.sock, SIOCGIFINDEX, &ifr) != 0) { in wired_init_sockets()
|
/third_party/toybox/toys/pending/ |
D | arping.c | 72 xioctl(fd, SIOCGIFINDEX, &req); in get_interface()
|
/third_party/ltp/testcases/kernel/pty/ |
D | pty04.c | 270 SAFE_IOCTL(sk, SIOCGIFINDEX, &ifreq); in open_netdev()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet_linux.c | 310 if (ioctl(l2->fd, SIOCGIFINDEX, &ifr) < 0) { in l2_packet_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | iapp.c | 406 if (ioctl(iapp->udp_sock, SIOCGIFINDEX, &ifr) != 0) { in iapp_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet_linux.c | 313 if (ioctl(l2->fd, SIOCGIFINDEX, &ifr) < 0) { in l2_packet_init()
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 58 ret = SAFE_IOCTL_(file, lineno, sock, SIOCGIFINDEX, &ifr); in tst_netdev_index_by_name()
|