HomeSort by relevance Sort by last modified time
    Searched full:ipconfig (Results 1 - 25 of 40) sorted by null

1 2

  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 33 // ShillIPConfigClient is used to communicate with the Shill IPConfig
43 // Adds an IPConfig entry.
57 // Adds a property changed |observer| for the ipconfig at |ipconfig_path|.
62 // Removes a property changed |observer| for the ipconfig at |ipconfig_path|.
fake_shill_ipconfig_client.cc 69 // Create a new stub ipconfig object, and update its properties.
shill_ipconfig_client.cc 116 // IPConfig supports writing basic type and string array properties.
  /external/chromium_org/chromeos/network/
network_ip_config.h 17 // ipconfig types (see flimflam/files/doc/ipconfig-api.txt)
device_state.h 95 // Dictionary of IPConfig properties, keyed by IpConfig path.
shill_property_handler.h 74 // Called when a watched network or device IPConfig property changes.
192 // Request a single IPConfig object corresponding to |ip_config_path_value|
199 // Request the IPConfig objects corresponding to entries in
207 // Callback for getting the IPConfig property of a network or device. Handled
device_state.cc 108 // ShillPropertyhandler will request the IPConfig objects which will trigger
132 NET_LOG_EVENT("IPConfig Updated: " + ip_config_path, path());
135 NET_LOG_EVENT("IPConfig Added: " + ip_config_path, path());
network_state.h 69 // IPConfig Properties. These require an extra call to ShillIPConfigClient,
163 // IPConfig properties.
165 // but are derived from the service's corresponding IPConfig object.
shill_property_handler_unittest.cc 443 // Add a service with an empty ipconfig and then update
444 // its ipconfig property.
457 // IPConfig property change on the service should trigger an IPConfigs update.
461 // Now, Add a new service with the IPConfig already set.
466 // A service with the IPConfig property already set should trigger an
shill_property_handler.cc 450 // Request IPConfig properties.
455 // Clear and request IPConfig properties for each entry in IPConfigs.
494 NET_LOG_ERROR("Invalid IPConfig", path);
host_resolver_impl_chromeos.cc 168 // Use IPConfig data for localhost address lookup.
managed_network_configuration_handler_impl.cc 632 // Get the IPConfig properties from the device and store them in "IPConfigs"
634 // "IPConfig" property for a network service, but a consumer of this API may
635 // want information about all ipv4 and ipv6 IPConfig properties.
651 // Convert IPConfig dictionary to a ListValue.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
internet_detail.js 398 // Only show ipconfig section if network is connected OR if nothing on
401 // TODO(chocobo): Once ipconfig is moved to flimflam service objects,
403 $('ipconfig-section').hidden = !this.connected && this.deviceConnected;
404 $('ipconfig-dns-section').hidden =
758 var nameServerField = $('ipconfig-dns' + i);
780 var fields = [$('ipconfig-dns1'), $('ipconfig-dns2'),
781 $('ipconfig-dns3'), $('ipconfig-dns4')];
786 $('ipconfig-dns1').focus()
    [all...]
internet_detail.css 80 #ipconfig-section {
86 #ipconfig-dns-section {
internet_detail.html 425 <section id="ipconfig-section">
460 <section id="ipconfig-dns-section">
488 <div id="ipconfig-dns1" i18n-placeholder-text="userNameServer1"
493 <div id="ipconfig-dns2" i18n-placeholder-text="userNameServer2"
501 <div id="ipconfig-dns3" i18n-placeholder-text="userNameServer3"
506 <div id="ipconfig-dns4" i18n-placeholder-text="userNameServer4"
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetConfigStore.java 36 "/misc/ethernet/ipconfig.txt";
  /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_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_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_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/smack/src/org/xbill/DNS/
ResolverConfig.java 20 * <LI>On Windows, ipconfig/winipcfg is called and its output parsed. This
284 * Parses the output of winipcfg or ipconfig.
408 * Calls ipconfig and parses the result to find servers and a search path.
414 p = Runtime.getRuntime().exec("ipconfig /all");
  /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
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 369 L"ipconfig.exe"));
378 runner.RunTest(L"File_QueryAttributes ipconfig.exe f"));

Completed in 1151 milliseconds

1 2