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

  /external/chromium_org/chromeos/network/onc/
onc_translation_tables.cc 196 { ::onc::ipconfig::kIPAddress, shill::kAddressProperty},
197 { ::onc::ipconfig::kGateway, shill::kGatewayProperty},
198 { ::onc::ipconfig::kRoutingPrefix, shill::kPrefixlenProperty},
199 { ::onc::ipconfig::kNameServers, shill::kNameServersProperty},
202 // { ::onc::ipconfig::kType, shill::kMethodProperty},
203 { ::onc::ipconfig::kWebProxyAutoDiscoveryUrl,
208 { ::onc::ipconfig::kIPAddress, shill::kSavedIPAddressProperty},
209 { ::onc::ipconfig::kGateway, shill::kSavedIPGatewayProperty},
210 { ::onc::ipconfig::kRoutingPrefix, shill::kSavedIPPrefixlenProperty},
212 // { ::onc::ipconfig::kNameServers, shill::kSavedIPNameServersProperty}
    [all...]
onc_translator_shill_to_onc.cc 464 // Shill's Service has an IPConfig property (note the singular), not an
486 type = ::onc::ipconfig::kIPv4;
489 type = ::onc::ipconfig::kIPv6;
491 return; // Ignore unhandled IPConfig types, e.g. bootp, zeroconf, ppp
494 onc_object_->SetStringWithoutPathExpansion(::onc::ipconfig::kType, type);
512 onc_object_->SetWithoutPathExpansion(::onc::ipconfig::kNameServers,
515 // Static and Saved IPConfig in Shill are always of type IPv4. Set this type
518 onc_object_->SetStringWithoutPathExpansion(::onc::ipconfig::kType,
519 ::onc::ipconfig::kIPv4);
onc_signature.cc 174 { ::onc::ipconfig::kGateway, &kStringSignature},
175 { ::onc::ipconfig::kIPAddress, &kStringSignature},
176 { ::onc::ipconfig::kNameServers, &kStringListSignature},
177 { ::onc::ipconfig::kRoutingPrefix, &kIntegerSignature},
179 { ::onc::ipconfig::kType, &kStringSignature},
180 { ::onc::ipconfig::kWebProxyAutoDiscoveryUrl, &kStringSignature},
onc_validator.cc 545 using namespace ::onc::ipconfig;
550 *result, ::onc::ipconfig::kType, valid_types))
554 result->GetStringWithoutPathExpansion(::onc::ipconfig::kType, &type);
565 RequireField(*result, ::onc::ipconfig::kType);
onc_translator_onc_to_shill.cc 140 if (onc_object_->GetListWithoutPathExpansion(::onc::ipconfig::kNameServers,
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.css 80 #ipconfig-section {
86 #ipconfig-dns-section {
internet_detail.js 397 var nameServerField = $('ipconfig-dns' + i);
482 // Always show the ipconfig section. TODO(stevenjb): Improve the display
485 $('ipconfig-section').hidden = false;
486 $('ipconfig-dns-section').hidden = false;
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/networking_private/
networking_private_apitest.cc 78 const char kIPConfigPath[] = "/ipconfig/ipconfig1";
275 base::DictionaryValue ipconfig; variable
276 ipconfig.SetStringWithoutPathExpansion(shill::kAddressProperty, "0.0.0.0");
277 ipconfig.SetStringWithoutPathExpansion(shill::kGatewayProperty, "0.0.0.1");
278 ipconfig.SetIntegerWithoutPathExpansion(shill::kPrefixlenProperty, 0);
279 ipconfig.SetStringWithoutPathExpansion(shill::kMethodProperty,
281 ip_config_test->AddIPConfig(kIPConfigPath, ipconfig);
  /external/chromium_org/components/onc/
onc_constants.cc 168 namespace ipconfig { namespace in namespace:onc
177 } // namespace ipconfig
onc_constants.h 179 namespace ipconfig { namespace in namespace:onc
188 } // namespace ipconfig

Completed in 100 milliseconds