/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
D | IkeConnectionController.java | 134 private InetAddress mRemoteAddress; field in IkeConnectionController 283 mRemoteAddress, in buildAndStartNattKeepalive() 362 boolean isIpv4 = mRemoteAddress instanceof Inet4Address; in setUp() 365 mNetwork, isIpv4, mRemoteAddress, remotePort); in setUp() 438 mIkeSocket.sendIkePacket(ikePacket, mRemoteAddress); in sendIkePacket() 513 mRemoteAddress = address; in setRemoteAddress() 533 return mRemoteAddress; in getRemoteAddress() 569 if (mRemoteAddress instanceof Inet6Address) { in handleNatDetectionResultInIkeInit() 607 if (mRemoteAddress instanceof Inet6Address) { in handleNatDetectionResultInMobike() 739 mRemoteAddress = mRemoteAddressesV6.get(0); in setRemoteAddress() [all …]
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ |
D | ShadowLocalSocket.java | 40 private String mRemoteAddress; field in ShadowLocalSocket 63 int res = local.read(mRemoteAddress, mFd); in getInputStream() 78 local.write(mRemoteAddress, mFd, b); 90 getLocalRfcommDelegate().shutdownInput(mRemoteAddress, mFd); 95 if (mRemoteAddress == null) { 98 getLocalRfcommDelegate().shutdownOutput(mRemoteAddress, mFd); 106 mRemoteAddress = address;
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeSessionPskTest.java | 100 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode() 203 createIkeParamsBuilderBase(mRemoteAddress, saProposal).build(); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() 206 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() 264 mRemoteAddress = IPV6_ADDRESS_REMOTE; in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() 272 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() 308 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionKillWithTunnelMode() 321 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail() 370 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification() 403 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail()
|
D | IkeSessionMobikeTest.java | 204 createIkeParamsBuilderBase(mRemoteAddress, saProposal); in setupAndVerifyIkeSessionWithMobility() 211 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, ikeParams); in setupAndVerifyIkeSessionWithMobility() 252 assertEquals(mRemoteAddress, connectionInfo.getRemoteAddress()); in verifyConnectionInfoChange() 429 mRemoteAddress, createIkeParamsBuilderBase(mRemoteAddress).build()); in testSetNetworkWithoutOptionMobike() 449 mIkeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testStartSessionWithMobikeAndTransportMode()
|
D | IkeSessionRekeyTest.java | 78 mRemoteAddress, in buildInboundPkt() 131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke() 221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa()
|
D | IkeSessionTestBase.java | 135 InetAddress mRemoteAddress; field in IkeSessionTestBase 144 mRemoteAddress = getNextAvailableIpv4AddressRemote(); in setUp() 531 assertEquals(mRemoteAddress, ikeConnectInfo.getRemoteAddress());
|
D | IkeSessionMschapV2Test.java | 172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
|
D | IkeSessionDigitalSignatureTest.java | 183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionConnectionInfo.java | 33 private final InetAddress mRemoteAddress; field in IkeSessionConnectionInfo 52 mRemoteAddress = remoteAddress; in IkeSessionConnectionInfo() 73 return mRemoteAddress; in getRemoteAddress()
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/ |
D | BluetoothRfcommConnector.java | 61 private String mRemoteAddress = null; field in BluetoothRfcommConnector 97 this.mRemoteAddress = remoteAddress; in start() 164 .getRemoteDevice(mRemoteAddress)
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 180 @VisibleForTesting InetAddress mRemoteAddress; field in ChildSessionStateMachine 390 this.mRemoteAddress = remoteAddress; in handleFirstChildExchange() 424 this.mRemoteAddress = remoteAddress; in createChildSession() 477 this.mRemoteAddress = remoteAddress; in rekeyChildSessionForMobike() 800 mRemoteAddress)); in validateAndBuildChild() 821 mRemoteAddress, in validateAndBuildChild() 1069 mRemoteAddress); in processStateMessage() 1496 mRemoteAddress); in processStateMessage() 1512 mRemoteAddress, in processStateMessage() 1745 mRemoteAddress); in handleCreateChildRequest() [all …]
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 743 private final InetAddress mRemoteAddress; field in IpSecManager.IpSecTunnelInterface 848 mRemoteAddress = remoteAddress; in IpSecTunnelInterface()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 809 private final String mRemoteAddress; field in IpSecService.TunnelInterfaceRecord 832 mRemoteAddress = remoteAddr; in TunnelInterfaceRecord() 900 return mRemoteAddress; in getRemoteAddress() 937 .append(mRemoteAddress) in toString()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 553 assertEquals(mChildSessionStateMachine.mRemoteAddress, REMOTE_ADDRESS); in validateCreateChild() 771 mChildSessionStateMachine.mRemoteAddress = REMOTE_ADDRESS; in setupIdleStateMachine() 2326 assertEquals(REMOTE_ADDRESS, mChildSessionStateMachine.mRemoteAddress); in testMobikeRekeyChildLocalCreateHandlesResp()
|
/packages/modules/Connectivity/Tethering/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 295 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress;
|