Searched refs:ifinfo (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_linux.cc105 struct ifreq ifinfo; local
107 memset(&ifinfo, 0, sizeof(ifinfo));
108 strncpy(ifinfo.ifr_name, ifaddr->ifa_name, sizeof(ifinfo.ifr_name) - 1);
111 int result = ioctl(sd, SIOCGIFHWADDR, &ifinfo);
118 static_cast<const char*>(ifinfo.ifr_hwaddr.sa_data);
122 if (!IsValidPrefix(ifinfo.ifr_name, prefixes, prefixes_count))
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dnetlink.c174 struct ifinfomsg ifinfo; member in struct:__anon33629
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:__anon33882
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:__anon34133
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/bison/build-aux/
H A Dtexinfo.tex4052 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
4060 \def\ifinfo{\doignore{ifinfo}}
4094 % #1 contains the command name as a string, e.g., `ifinfo'.
4117 % If we're here, #1 ends with ^^M\ifinfo (for example).

Completed in 112 milliseconds