Home
last modified time | relevance | path

Searched refs:mRemoteAddress (Results 1 – 15 of 15) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeConnectionController.java134 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/
DShadowLocalSocket.java40 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/
DIkeSessionPskTest.java100 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()
DIkeSessionMobikeTest.java204 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()
DIkeSessionRekeyTest.java78 mRemoteAddress, in buildInboundPkt()
131 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyIke()
221 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testRekeyTransportModeChildSa()
DIkeSessionTestBase.java135 InetAddress mRemoteAddress; field in IkeSessionTestBase
144 mRemoteAddress = getNextAvailableIpv4AddressRemote(); in setUp()
531 assertEquals(mRemoteAddress, ikeConnectInfo.getRemoteAddress());
DIkeSessionMschapV2Test.java172 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
DIkeSessionDigitalSignatureTest.java183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConnectionInfo.java33 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/
DBluetoothRfcommConnector.java61 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/
DChildSessionStateMachine.java180 @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/
DIpSecManager.java743 private final InetAddress mRemoteAddress; field in IpSecManager.IpSecTunnelInterface
848 mRemoteAddress = remoteAddress; in IpSecTunnelInterface()
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java809 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/
DChildSessionStateMachineTest.java553 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/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt295 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress;