/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpClient.java | 58 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 D | IpClientIntegrationTestCommon.java | 19 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 D | network_stack.te | 17 # The DhcpClient uses packet_sockets
|
H A D | system_server.te | 155 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/packages/modules/NetworkStack/ |
H A D | proguard.flags | 6 -keepclassmembers class android.net.dhcp.DhcpClient {
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | network_stack.te | 17 # The DhcpClient uses packet_sockets
|
H A D | system_server.te | 177 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/packages/modules/NetworkStack/src/com/android/networkstack/metrics/ |
H A D | stats.proto | 60 * src/android/net/dhcp/DhcpClient.java 115 * src/android/net/dhcp/DhcpClient.java
|
/aosp12/packages/modules/NetworkStack/src/android/net/dhcp/ |
H A D | DhcpClient.java | 145 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 D | network_stack.te | 17 # The DhcpClient uses packet_sockets
|
H A D | system_server.te | 228 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | network_stack.te | 17 # The DhcpClient uses packet_sockets
|
H A D | system_server.te | 228 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/system/sepolicy/private/ |
H A D | network_stack.te | 17 # The DhcpClient uses packet_sockets
|
H A D | system_server.te | 228 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 307 // 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 D | DhcpPacketTest.java | 1122 false /* do unicast */, DhcpClient.DEFAULT_REQUESTED_PARAMS, in testDiscoverPacket()
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | system_server.te | 142 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/system/sepolicy/prebuilts/api/27.0/private/ |
H A D | system_server.te | 151 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | system_server.te | 148 # The DhcpClient and WifiWatchdog use packet_sockets
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 8418 * packages/modules/NetworkStack/src/android/net/dhcp/DhcpClient.java 8473 * packages/modules/NetworkStack/src/android/net/dhcp/DhcpClient.java
|