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

  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 80 #ipconfig-section {
86 #ipconfig-dns-section {
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 77 const char kIPConfigPath[] = "/ipconfig/ipconfig1";
269 base::DictionaryValue ipconfig; variable
270 ipconfig.SetStringWithoutPathExpansion(shill::kAddressProperty, "0.0.0.0");
271 ipconfig.SetStringWithoutPathExpansion(shill::kGatewayProperty, "0.0.0.1");
272 ipconfig.SetIntegerWithoutPathExpansion(shill::kPrefixlenProperty, 0);
273 ipconfig.SetStringWithoutPathExpansion(shill::kMethodProperty,
275 ip_config_test->AddIPConfig(kIPConfigPath, ipconfig);
  /external/chromium_org/chromeos/network/onc/
onc_translation_tables.cc 163 { ::onc::ipconfig::kIPAddress, shill::kAddressProperty},
164 { ::onc::ipconfig::kGateway, shill::kGatewayProperty},
165 { ::onc::ipconfig::kRoutingPrefix, shill::kPrefixlenProperty},
166 { ::onc::ipconfig::kNameServers, shill::kNameServersProperty},
169 // { ::onc::ipconfig::kType, shill::kMethodProperty},
onc_signature.cc 169 { ::onc::ipconfig::kGateway, &kStringSignature},
170 { ::onc::ipconfig::kIPAddress, &kStringSignature},
171 { ::onc::ipconfig::kNameServers, &kStringListSignature},
172 { ::onc::ipconfig::kRoutingPrefix, &kIntegerSignature},
174 { ::onc::ipconfig::kType, &kStringSignature},
onc_translator_shill_to_onc.cc 346 // Shill's Service has an IPConfig property (note the singular), not an
365 type = ::onc::ipconfig::kIPv4;
368 type = ::onc::ipconfig::kIPv6;
370 return; // Ignore unhandled IPConfig types, e.g. bootp, zeroconf, ppp
373 onc_object_->SetStringWithoutPathExpansion(::onc::ipconfig::kType, type);
onc_validator.cc 524 using namespace ::onc::ipconfig;
528 *result, ::onc::ipconfig::kType, kValidTypes))
532 result->GetStringWithoutPathExpansion(::onc::ipconfig::kType, &type);
543 RequireField(*result, ::onc::ipconfig::kType);
  /external/chromium_org/components/onc/
onc_constants.cc 137 namespace ipconfig { namespace in namespace:onc
145 } // namespace ipconfig
onc_constants.h 148 namespace ipconfig { namespace in namespace:onc
156 } // namespace ipconfig

Completed in 102 milliseconds