OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCP
(Results
1 - 16
of
16
) sorted by null
/system/connectivity/dhcp_client/
dhcp.h
24
class
DHCP
{
26
//
DHCP
service type.
33
//
DHCP
states.
service.cc
46
type_(
DHCP
::SERVICE_TYPE_IPV4),
68
if (type_ ==
DHCP
::SERVICE_TYPE_IPV4 ||
69
type_ ==
DHCP
::SERVICE_TYPE_BOTH) {
79
if (type_ ==
DHCP
::SERVICE_TYPE_IPV6 ||
80
type_ ==
DHCP
::SERVICE_TYPE_BOTH) {
81
// TODO(nywang): Create
DHCP
state machine for IPV6.
86
// TODO(nywang): Start
DHCP
state machine for IPV6.
95
// TODO(nywang): Stop
DHCP
state machine for IPV6.
105
type_ = static_cast<
DHCP
::ServiceType>(value.Get<int32_t>());
service.h
26
#include "dhcp_client/
dhcp
.h"
60
// Type of the
DHCP
service.
62
DHCP
::ServiceType type_;
64
//
DHCP
IPv4 configurations:
72
//
DHCP
IPv6 configurations:
79
// Parse
DHCP
configurations from the VariantDictionary.
dhcpv4.h
29
#include "dhcp_client/
dhcp
.h"
35
class DHCPV4 : public
DHCP
{
74
//
DHCP
IPv4 configurations:
86
//
DHCP
state variables.
93
// Socket used for sending and receiving
DHCP
messages.
/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
100
case
DHCP
:
189
// Default is
DHCP
with no proxy
190
IpAssignment ipAssignment = IpAssignment.
DHCP
;
275
case
DHCP
:
279
loge("BUG: Found UNASSIGNED IP on file, use
DHCP
");
280
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
/external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py
12
"""
DHCP
test which confirms static IP functionality"""
13
# Length of time the lease from the
DHCP
server is valid.
15
# We'll fill in the subnet and give this address to the client over
DHCP
.
20
# Time to wait for the
DHCP
negotiation protocol to complete.
22
# Time to wait after
DHCP
negotiation completes until service is marked
81
the address provided by the
DHCP
server is properly added to the
85
@param options dict parameters that were used to configure the
DHCP
92
raise error.TestFail('Saved IP address %s is not
DHCP
address %s' %
123
"""Perform a
DHCP
lease negotiation using handler rules from |rules|,
129
a result of the
DHCP
negotiation
[
all
...]
/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/TvSettings/Settings/src/com/android/tv/settings/connectivity/
AdvancedWifiOptionsFlow.java
382
mIpConfiguration.setIpAssignment(hasIpSettings ? IpAssignment.STATIC : IpAssignment.
DHCP
);
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
87
private static final int
DHCP
= 0;
236
mIpSettingsSpinner.setSelection(
DHCP
);
624
: IpAssignment.
DHCP
;
[
all
...]
/external/iproute2/doc/
ip-cref.tex
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiConfigManager.java
179
* for which we have failed in acquiring an IP address from
DHCP
. A value of
[
all
...]
WifiConfigStore.java
422
config.setIpAssignment(IpAssignment.
DHCP
);
[
all
...]
Completed in 336 milliseconds