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

  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 24 Dnsmasq is lightweight, easy to configure DNS forwarder and DHCP server. It
25 is designed to provide DNS and, optionally, DHCP, to a small network. It can
26 serve the names of local machines which are not in the global DNS. The DHCP
27 server integrates with the DNS server and allows machines with DHCP-allocated
29 in a central configuration file. Dnsmasq supports static and dynamic DHCP
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetConfigStore.java 46 return new IpConfiguration(IpAssignment.DHCP, ProxySettings.NONE, null, null);
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 102 case DHCP:
191 // Default is DHCP with no proxy
192 IpAssignment ipAssignment = IpAssignment.DHCP;
277 case DHCP:
281 loge("BUG: Found UNASSIGNED IP on file, use DHCP");
282 config.ipAssignment = IpAssignment.DHCP;
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 28 ATTRIBUTE Ascend-DHCP-Maximum-Leases 134 integer
41 ATTRIBUTE Ascend-DHCP-Reply 147 integer
42 ATTRIBUTE Ascend-DHCP-Pool-Number 148 integer
282 VALUE Ascend-DHCP-Reply DHCP-Reply-No 0
283 VALUE Ascend-DHCP-Reply DHCP-Reply-Yes 1
  /frameworks/base/core/java/android/net/
IpConfiguration.java 37 DHCP,
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 150 config.setIpAssignment(IpAssignment.DHCP);
253 config.setIpAssignment(IpAssignment.DHCP);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 82 private static final int DHCP = 0;
230 mIpSettingsSpinner.setSelection(DHCP);
488 IpAssignment.STATIC : IpAssignment.DHCP;
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java 385 mIpConfiguration.setIpAssignment(hasIpSettings ? IpAssignment.STATIC : IpAssignment.DHCP);
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigStore.java 406 * for which we have failed in acquiring an IP address from DHCP. A value of
723 // or DHCP failures
    [all...]

Completed in 4224 milliseconds