Searched defs:ifinfo (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.c174 struct ifinfomsg ifinfo; member in struct:__anon26766
189 req.ifinfo.ifi_family = AF_UNSPEC;
190 req.ifinfo.ifi_type = 0;
191 req.ifinfo.ifi_index = ifindex;
192 req.ifinfo.ifi_flags = 0;
193 req.ifinfo.ifi_change = 0;
/external/wpa_supplicant_8/src/drivers/
H A Dnetlink.c174 struct ifinfomsg ifinfo; member in struct:__anon27029
189 req.ifinfo.ifi_family = AF_UNSPEC;
190 req.ifinfo.ifi_type = 0;
191 req.ifinfo.ifi_index = ifindex;
192 req.ifinfo.ifi_flags = 0;
193 req.ifinfo.ifi_change = 0;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dnetlink.c174 struct ifinfomsg ifinfo; member in struct:__anon27296
189 req.ifinfo.ifi_family = AF_UNSPEC;
190 req.ifinfo.ifi_type = 0;
191 req.ifinfo.ifi_index = ifindex;
192 req.ifinfo.ifi_flags = 0;
193 req.ifinfo.ifi_change = 0;
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv4_sender.c316 struct ifreq ifinfo; /* Interface information */ local
329 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFHWADDR);
330 memcpy(fake_p->saddr_ll.sll_addr, ifinfo.ifr_hwaddr.sa_data, ETH_ALEN);
333 get_ifinfo(&ifinfo, sock_fd, fake_p->src_ifname, SIOCGIFINDEX);
334 fake_p->saddr_ll.sll_ifindex = ifinfo.ifr_ifindex;
335 fake_p->daddr_ll.sll_ifindex = ifinfo.ifr_ifindex;
H A Dns-udpsender.c292 struct ifreq ifinfo; /* Interface information */ local
328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX);
329 ifindex = ifinfo.ifr_ifindex;
H A Dns-icmp_redirector.c225 struct ifreq ifinfo; /* Interface information */ local
237 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFINDEX);
243 lla.sll_ifindex = ifinfo.ifr_ifindex;
248 get_ifinfo(&ifinfo, sd, ifname, SIOCGIFFLAGS);
249 ifinfo.ifr_flags = ifinfo.ifr_flags | IFF_PROMISC;
250 if (ioctl(sd, SIOCSIFFLAGS, &ifinfo) < 0)
H A Dns-icmpv6_sender.c177 struct ifreq ifinfo; /* Interface information */ local
189 get_ifinfo(&ifinfo, sock_fd, ifname, SIOCGIFHWADDR);
190 memcpy(lladdr_p->sll_addr, ifinfo.ifr_hwaddr.sa_data, ETH_ALEN);

Completed in 193 milliseconds