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

  /external/chromium_org/net/base/
net_util_posix.cc 124 base::StringTokenizer network_interfaces(network_list, "\n");
125 while (network_interfaces.GetNext()) {
126 std::string network_item = network_interfaces.token();
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 558 net::NetworkInterfaceList network_interfaces; local
559 GetNetworkList(&network_interfaces, 0);
564 for (size_t i = 0; i < network_interfaces.size(); ++i) {
565 std::string interface_name = network_interfaces[i].name;

Completed in 205 milliseconds