Home
last modified time | relevance | path

Searched refs:SIOCGIFINDEX (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h89 #define SIOCGIFINDEX 0x8933 macro
90 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/ndk_musl_include/sys/
Dioctl.h89 #define SIOCGIFINDEX 0x8933 macro
90 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h91 #define SIOCGIFINDEX 0x8933 macro
92 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h89 #define SIOCGIFINDEX 0x8933 macro
90 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h89 #define SIOCGIFINDEX 0x8933 macro
90 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h89 #define SIOCGIFINDEX 0x8933 macro
90 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/include/sys/
Dioctl.h84 #define SIOCGIFINDEX 0x8933 macro
85 #define SIOGIFINDEX SIOCGIFINDEX
/third_party/musl/src/network/
Dif_nametoindex.c15 r = ioctl(fd, SIOCGIFINDEX, &ifr); in if_nametoindex()
/third_party/musl/porting/liteos_a/user/src/network/
Dif_nametoindex.c15 r = ioctl(fd, SIOCGIFINDEX, &ifr); in if_nametoindex()
/third_party/ltp/testcases/network/packet/
Dfanout01.c79 SAFE_IOCTL(fd, SIOCGIFINDEX, &ifr); in run()
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind06.c47 SAFE_IOCTL(fd, SIOCGIFINDEX, &ifr); in setup()
/third_party/ltp/testcases/kernel/containers/share/
Dns_ifmove.c65 if (ioctl(sock_fd, SIOCGIFINDEX, &ifr) == -1) { in get_intf_index_from_name()
/third_party/ltp/testcases/network/can/filter-tests/
Dcan_rcv_own_msgs.c94 SAFE_IOCTL(s, SIOCGIFINDEX, &ifr); in setup()
Dcan_filter.c61 SAFE_IOCTL(s, SIOCGIFINDEX, &ifr); in setup()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto03.c58 SAFE_IOCTL(sock, SIOCGIFINDEX, &ifr); in setup()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-udpsender.c328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX); in create_udp_datagram()
Dns-icmpv4_sender.c333 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/
Ddriver_wired.c191 if (ioctl(drv->common.sock, SIOCGIFINDEX, &ifr) != 0) { in wired_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired.c191 if (ioctl(drv->common.sock, SIOCGIFINDEX, &ifr) != 0) { in wired_init_sockets()
/third_party/toybox/toys/pending/
Darping.c72 xioctl(fd, SIOCGIFINDEX, &req); in get_interface()
/third_party/ltp/testcases/kernel/pty/
Dpty04.c270 SAFE_IOCTL(sk, SIOCGIFINDEX, &ifreq); in open_netdev()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
Dl2_packet_linux.c310 if (ioctl(l2->fd, SIOCGIFINDEX, &ifr) < 0) { in l2_packet_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Diapp.c406 if (ioctl(iapp->udp_sock, SIOCGIFINDEX, &ifr) != 0) { in iapp_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
Dl2_packet_linux.c313 if (ioctl(l2->fd, SIOCGIFINDEX, &ifr) < 0) { in l2_packet_init()
/third_party/ltp/lib/
Dtst_netdevice.c58 ret = SAFE_IOCTL_(file, lineno, sock, SIOCGIFINDEX, &ifr); in tst_netdev_index_by_name()

12