/external/chromium_org/chromeos/network/ |
network_ip_config.h | 17 // ipconfig types (see flimflam/files/doc/ipconfig-api.txt)
|
network_state.h | 60 // IPConfig Properties. These require an extra call to ShillIPConfigClient, 103 // Helper to return a full prefixed version of an IPConfig property key. 132 // IPConfig properties. 134 // but are derived from the service's corresponding IPConfig object.
|
shill_property_handler_unittest.cc | 444 // Add a service with an empty ipconfig and then update 445 // its ipconfig property. 458 // IPConfig property change on the service should trigger property updates for 463 // Now, Add a new watched service with the IPConfig already set. 468 // A watched service with the IPConfig property already set must trigger
|
network_device_handler.cc | 93 // IPConfig.Refresh callbacks to complete because the Refresh DBus calls will
|
network_state.cc | 179 // IPConfig properties
|
shill_property_handler.h | 190 // Callback for getting the IPConfig property of a Network. Handled here
|
shill_property_handler.cc | 485 // Request IPConfig parameters for networks. 527 // Request the IPConfig for the network and update network properties 565 LOG(ERROR) << "Failed to get IPConfig property: " << property
|
/external/chromium_org/chromeos/dbus/ |
shill_ipconfig_client.h | 33 // ShillIPConfigClient is used to communicate with the Shill IPConfig 46 // Adds a property changed |observer| for the ipconfig at |ipconfig_path|. 51 // 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 | 115 // IPConfig supports writing basic type and string array properties.
|
/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 = 752 var nameServerField = $('ipconfig-dns' + i); 774 var fields = [$('ipconfig-dns1'), $('ipconfig-dns2'), 775 $('ipconfig-dns3'), $('ipconfig-dns4')]; 780 $('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"
|
/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 | 117 namespace ipconfig { namespace in namespace:onc 124 } // namespace ipconfig
|
onc_constants.h | 133 namespace ipconfig { namespace in namespace:onc 140 } // namespace ipconfig
|
/frameworks/base/docs/html/google/gcm/ |
server.jd | 104 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows. </p> 155 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows.</p>
|
demo.jd | 126 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows. </p> 176 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux or MacOS, or <code>ipconfig</code> on Windows.</p>
|
/external/chromium/net/base/ |
network_change_notifier_win.cc | 74 // executing 'ipconfig /release'.
|
/external/chromium_org/chromeos/network/onc/ |
onc_signature.cc | 163 { ::onc::ipconfig::kGateway, &kStringSignature}, 164 { ::onc::ipconfig::kIPAddress, &kStringSignature}, 166 { ::onc::ipconfig::kRoutingPrefix, &kIntegerSignature}, 168 { ::onc::ipconfig::kType, &kStringSignature},
|
onc_validator.cc | 520 using namespace ::onc::ipconfig; 524 *result, ::onc::ipconfig::kType, kValidTypes)) 528 result->GetStringWithoutPathExpansion(::onc::ipconfig::kType, &type); 539 RequireField(*result, ::onc::ipconfig::kType);
|
/external/chromium_org/sandbox/win/src/ |
file_policy_test.cc | 369 L"ipconfig.exe")); 378 runner.RunTest(L"File_QueryAttributes ipconfig.exe f"));
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
internet_options_handler.cc | 615 const chromeos::NetworkIPConfig& ipconfig = *it; local 616 ipconfig_dict->SetString("address", ipconfig.address); 617 ipconfig_dict->SetString("subnetAddress", ipconfig.netmask); 618 ipconfig_dict->SetString("gateway", ipconfig.gateway); 619 ipconfig_dict->SetString("dns", ipconfig.name_servers); [all...] |
/external/chromium_org/net/base/ |
network_change_notifier_win.cc | 137 // executing 'ipconfig /release'.
|
/external/chromium/chrome/browser/chromeos/cros/ |
network_library.cc | 1244 IPConfig ipconfig = ipconfig_status->ips[i]; local 3006 IPConfig ipconfig = ipconfig_status->ips[i]; local [all...] |