Home
last modified time | relevance | path

Searched refs:DhcpClient (Results 1 – 21 of 21) sorted by relevance

/aosp12/packages/modules/NetworkStack/src/android/net/ip/
H A DIpClient.java58 import android.net.dhcp.DhcpClient;
523 private DhcpClient mDhcpClient;
1944 case DhcpClient.CMD_ON_QUIT: in processMessage()
1980 case DhcpClient.CMD_CLEAR_LINKADDRESS: in processMessage()
1984 case DhcpClient.CMD_ON_QUIT: in processMessage()
2038 mDhcpClient.sendMessage(DhcpClient.CMD_START_DHCP, new DhcpClient.Configuration(mL2Key, in startDhcpClient()
2420 case DhcpClient.CMD_PRE_DHCP_ACTION: in processMessage()
2454 case DhcpClient.CMD_POST_DHCP_ACTION: in processMessage()
2458 case DhcpClient.DHCP_SUCCESS: in processMessage()
2461 case DhcpClient.DHCP_FAILURE: in processMessage()
[all …]
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java19 import static android.net.dhcp.DhcpClient.EXPIRED_LEASE;
105 import android.net.dhcp.DhcpClient;
358 private DhcpClient mDhcpClient;
398 InterfaceParams ifParams, DhcpClient.Dependencies deps) { in makeDhcpClient()
410 public DhcpClient.Dependencies getDhcpClientDependencies( in getDhcpClientDependencies()
412 return new DhcpClient.Dependencies(ipMemoryStore, metrics) { in getDhcpClientDependencies()
525 mDependencies.setDeviceConfigProperty(DhcpClient.ARP_PROBE_MIN_MS, 10);
526 mDependencies.setDeviceConfigProperty(DhcpClient.ARP_PROBE_MAX_MS, 20);
1061 mDependencies.mDhcpClient.sendMessage(DhcpClient.CMD_TIMEOUT);
1068 mDependencies.mDhcpClient.sendMessage(DhcpClient.CMD_TIMEOUT);
[all …]
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dnetwork_stack.te17 # The DhcpClient uses packet_sockets
H A Dsystem_server.te155 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/packages/modules/NetworkStack/
H A Dproguard.flags6 -keepclassmembers class android.net.dhcp.DhcpClient {
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dnetwork_stack.te17 # The DhcpClient uses packet_sockets
H A Dsystem_server.te177 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/
H A Dstats.proto60 * src/android/net/dhcp/DhcpClient.java
115 * src/android/net/dhcp/DhcpClient.java
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/
H A DDhcpClient.java145 public class DhcpClient extends StateMachine { class
276 private static final Class[] sMessageClasses = { DhcpClient.class };
396 cmdName = DhcpClient.class.getSimpleName() + "." + mIfaceName + "." + cmdName; in makeWakeupMessage()
472 private DhcpClient(Context context, StateMachine controller, String iface, in DhcpClient() method in DhcpClient
530 public static DhcpClient makeDhcpClient( in makeDhcpClient()
533 DhcpClient client = new DhcpClient(context, controller, ifParams.name, deps); in makeDhcpClient()
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dnetwork_stack.te17 # The DhcpClient uses packet_sockets
H A Dsystem_server.te228 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dnetwork_stack.te17 # The DhcpClient uses packet_sockets
H A Dsystem_server.te228 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/system/sepolicy/private/
H A Dnetwork_stack.te17 # The DhcpClient uses packet_sockets
H A Dsystem_server.te228 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto307 // The name of a state in the DhcpClient state machine, represented by
308 // the inner classes of android.net.dhcp.DhcpClient.
316 // Lifetime duration in milliseconds of a DhcpClient state, or transition
317 // time in milliseconds between specific pairs of DhcpClient's states.
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpPacketTest.java1122 false /* do unicast */, DhcpClient.DEFAULT_REQUESTED_PARAMS, in testDiscoverPacket()
/aosp12/system/sepolicy/prebuilts/api/26.0/private/
H A Dsystem_server.te142 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/system/sepolicy/prebuilts/api/27.0/private/
H A Dsystem_server.te151 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/system/sepolicy/prebuilts/api/28.0/private/
H A Dsystem_server.te148 # The DhcpClient and WifiWatchdog use packet_sockets
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto8418 * packages/modules/NetworkStack/src/android/net/dhcp/DhcpClient.java
8473 * packages/modules/NetworkStack/src/android/net/dhcp/DhcpClient.java