HomeSort by relevance Sort by last modified time
    Searched refs:ifinfo (Results 1 - 13 of 13) sorted by null

  /external/wpa_supplicant_8/src/drivers/
netlink.c 174 struct ifinfomsg ifinfo; member in struct:__anon37711
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/
ns-icmpv4_sender.c 316 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;
ns-udpsender.c 292 struct ifreq ifinfo; /* Interface information */ local
328 get_ifinfo(&ifinfo, udp_p->sd, udp_p->ifname, SIOCGIFINDEX);
329 ifindex = ifinfo.ifr_ifindex;
ns-icmp_redirector.c 225 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)
ns-icmpv6_sender.c 177 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);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 1075 interface_info *ifinfo local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 1174 interface_info *ifinfo = (interface_info *)malloc(sizeof(interface_info)); local
    [all...]
  /external/netperf/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]
  /toolchain/binutils/binutils-2.25/texinfo/
texinfo.tex     [all...]

Completed in 385 milliseconds