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

  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_linux.cc 103 struct ifreq ifinfo; local
105 memset(&ifinfo, 0, sizeof(ifinfo));
106 strncpy(ifinfo.ifr_name, ifaddr->ifa_name, sizeof(ifinfo.ifr_name) - 1);
109 int result = ioctl(sd, SIOCGIFHWADDR, &ifinfo);
116 static_cast<const char*>(ifinfo.ifr_hwaddr.sa_data);
120 if (!IsValidPrefix(ifinfo.ifr_name, prefixes, prefixes_count))
  /external/wpa_supplicant_8/src/drivers/
netlink.c 145 struct ifinfomsg ifinfo; member in struct:__anon31535
160 req.ifinfo.ifi_family = AF_UNSPEC;
161 req.ifinfo.ifi_type = 0;
162 req.ifinfo.ifi_index = ifindex;
163 req.ifinfo.ifi_flags = 0;
164 req.ifinfo.ifi_change = 0;
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texi2dvi 221 # them. Unfortunately makeinfo --iftex --no-ifhtml --no-ifinfo
243 /^@ifinfo/,/^@end ifinfo/{
texinfo.tex     [all...]
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_mac80211.c 63 struct ifinfomsg ifinfo; member in struct:__anon35755
78 req.ifinfo.ifi_family = AF_UNSPEC;
79 req.ifinfo.ifi_type = 0;
80 req.ifinfo.ifi_index = drv->ifindex;
81 req.ifinfo.ifi_flags = 0;
82 req.ifinfo.ifi_change = 0;
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 390 \long\def\ifinfo #1\end ifinfo{}
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]

Completed in 1555 milliseconds