/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeSessionPskTest.java | 107 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelMode() 222 createIkeParamsBuilderBase(mRemoteAddress, saProposal).build(); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() 225 final IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress, params); in testIkeSessionSetupAndChildSessionSetupWithAesCmac() 285 mRemoteAddress = IPV6_ADDRESS_REMOTE; in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() 293 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() 331 IkeSession ikeSession = openIkeSessionWithTunnelModeChild(mRemoteAddress); in testIkeSessionKillWithTunnelMode() 344 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeInitFail() 393 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in testIkeAuthHandlesAuthFailNotification() 426 IkeSession ikeSession = openIkeSessionWithTransportModeChild(mRemoteAddress); in verifyIkeAuthHandlesFirstChildCreationFail()
|
D | IkeSessionMobikeTest.java | 156 mRemoteAddress, in testMigrateNetworks() 179 mRemoteAddress); in testMigrateNetworks() 327 mRemoteAddress, in testNetworkDied() 396 mRemoteAddress, in testSetNetworkWithoutMobikeEnabled() 409 mRemoteAddress); in testSetNetworkWithoutMobikeEnabled() 463 mRemoteAddress, createIkeParamsBuilderBase(mRemoteAddress).build()); in testSetNetworkWithoutOptionMobike() 483 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 | IkeSessionLivenessCheckTest.java | 69 mRemoteAddress, in buildInboundPkt() 139 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeLivenessCheck()
|
D | IkeSessionTestBase.java | 143 InetAddress mRemoteAddress; field in IkeSessionTestBase 152 mRemoteAddress = getNextAvailableIpv4AddressRemote(); in setUp() 576 assertEquals(mRemoteAddress, ikeConnectInfo.getRemoteAddress());
|
D | IkeSessionDigitalSignatureTest.java | 190 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
|
D | IkeSessionMschapV2Test.java | 183 IkeSession ikeSession = openIkeSessionWithRemoteAddress(mRemoteAddress); in testIkeSessionSetupAndChildSessionSetupWithTransportMode()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
D | IkeConnectionController.java | 168 private InetAddress mRemoteAddress; field in IkeConnectionController 426 (Inet4Address) mRemoteAddress, in setupOrUpdateNattKeeaplive() 528 boolean isIpv4 = mRemoteAddress instanceof Inet4Address; in setUp() 531 mNetwork, isIpv4, mRemoteAddress, remotePort); in setUp() 606 mIkeSocket.sendIkePacket(ikePacket, mRemoteAddress); in sendIkePacket() 777 mRemoteAddress = address; in setRemoteAddress() 819 return mRemoteAddress; in getRemoteAddress() 859 if (mRemoteAddress instanceof Inet6Address) { in handleNatDetectionResultInIkeInit() 888 if (mRemoteAddress instanceof Inet6Address) { in handleNatDetectionResultInMobike() 1046 mRemoteAddress = mRemoteAddressesV4.get(0); in selectAndSetRemoteAddress() [all …]
|
/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/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachine.java | 181 @VisibleForTesting InetAddress mRemoteAddress; field in ChildSessionStateMachine 390 this.mRemoteAddress = remoteAddress; in handleFirstChildExchange() 424 this.mRemoteAddress = remoteAddress; in createChildSession() 473 this.mRemoteAddress = remoteAddress; in performMigration() 481 mRemoteAddress, in performMigration() local 486 mRemoteAddress); in performMigration() local 523 this.mRemoteAddress = remoteAddress; in performRekeyMigration() 858 mRemoteAddress)); in validateAndBuildChild() 879 mRemoteAddress, in validateAndBuildChild() 1149 mRemoteAddress); in processStateMessage() [all …]
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IpSecManager.java | 769 private final InetAddress mRemoteAddress; field in IpSecManager.IpSecTunnelInterface 875 mRemoteAddress = remoteAddress; in IpSecTunnelInterface()
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 874 private final String mRemoteAddress; field in IpSecService.TunnelInterfaceRecord 897 mRemoteAddress = remoteAddr; in TunnelInterfaceRecord() 972 return mRemoteAddress; in getRemoteAddress() 1009 .append(mRemoteAddress) in toString()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | ChildSessionStateMachineTest.java | 590 assertEquals(mChildSessionStateMachine.mRemoteAddress, REMOTE_ADDRESS); in validateCreateChild() 823 mChildSessionStateMachine.mRemoteAddress = REMOTE_ADDRESS; in setupIdleStateMachine() 2447 assertEquals(REMOTE_ADDRESS, mChildSessionStateMachine.mRemoteAddress); in verifyMobikeRekeyFallback() 2538 assertEquals(newRemoteAddress, mChildSessionStateMachine.mRemoteAddress); in verifyMobike_usesKernelMobikeForSameEncapSocket()
|
/packages/modules/Connectivity/framework-t/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority-tiramisu.txt | 295 Landroid/net/IpSecManager$IpSecTunnelInterface;->mRemoteAddress:Ljava/net/InetAddress;
|