/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | SSLCertificateSocketFactoryTest.java | 52 private InetAddress mLocalAddress; field in SSLCertificateSocketFactoryTest 82 mLocalAddress = testSocket.getLocalAddress(); in setUp() 231 Socket socket = mSocketFactory.createSocket(TEST_HOST, HTTPS_PORT, mLocalAddress, 0); in createSocket_bound_with_hostname_verification() 237 mSocketFactory.createSocket(TEST_HOST, HTTPS_PORT, mLocalAddress, 0); in createSocket_bound_with_hostname_verification() 303 mSocketFactory.createSocket(mTestHostAddress, HTTPS_PORT, mLocalAddress, 0); in createSocket_bound_no_hostname_verification()
|
/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
D | IkeSessionConnectionInfo.java | 32 private final InetAddress mLocalAddress; field in IkeSessionConnectionInfo 51 mLocalAddress = localAddress; in IkeSessionConnectionInfo() 63 return mLocalAddress; in getLocalAddress()
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSessionStateMachine.java | 435 @VisibleForTesting InetAddress mLocalAddress; field in IkeSessionStateMachine 1245 mLocalAddress = in enterState() 2373 mLocalAddress, in handleRequestIkeMessage() 2543 mLocalAddress, in processStateMessage() 2627 mLocalAddress, in executeLocalRequest() 2639 mLocalAddress, mRemoteAddress, getEncapSocketOrNull()); in executeLocalRequest() 3157 mLocalIkeSpiResource = mIkeSpiGenerator.allocateSpi(mLocalAddress); in buildIkeInitReq() 3171 mLocalAddress, in buildIkeInitReq() 3471 initIkeSpi, respIkeSpi, mLocalAddress, mLocalPort); in updateLocalAndRemoteNatDetected() 3507 (Inet4Address) mLocalAddress, in buildAndStartNattKeepalive() [all …]
|
D | ChildSessionStateMachine.java | 184 @VisibleForTesting InetAddress mLocalAddress; field in ChildSessionStateMachine 382 this.mLocalAddress = localAddress; in handleFirstChildExchange() 416 this.mLocalAddress = localAddress; in createChildSession() 469 this.mLocalAddress = localAddress; in rekeyChildSessionForMobike() 817 mLocalAddress, in validateAndBuildChild() 1021 mLocalAddress, in enterState() 1439 mLocalAddress, in enterState() 1499 mLocalAddress, in processStateMessage() 1684 mLocalAddress, in handleCreateChildRequest() 1723 mLocalAddress, in handleCreateChildRequest()
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeSessionTestBase.java | 134 InetAddress mLocalAddress; field in IkeSessionTestBase 143 mLocalAddress = getNextAvailableIpv4AddressLocal(); in setUp() 145 mTunNetworkContext = new TunNetworkContext(mLocalAddress); in setUp() 530 assertEquals(mLocalAddress, ikeConnectInfo.getLocalAddress());
|
D | IkeSessionPskTest.java | 263 mLocalAddress = IPV6_ADDRESS_LOCAL; in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6() 269 mTunNetworkContext = new TunNetworkContext(mLocalAddress); in testIkeSessionSetupAndChildSessionSetupWithTunnelModeV6()
|
D | IkeSessionRekeyTest.java | 79 mLocalAddress, in buildInboundPkt()
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSocketTestBase.java | 99 protected InetAddress mLocalAddress; field in IkeSocketTestBase
|
D | IkeSessionStateMachineTest.java | 910 ikeSession.mLocalAddress = localAddress; in makeAndStartIkeSession() 1900 mIkeSessionStateMachine.mLocalAddress = LOCAL_ADDRESS; in setIkeInitResults() 5741 mIkeSessionStateMachine.mLocalAddress = LOCAL_ADDRESS; in verifyMobikeEnabled() 5750 mIkeSessionStateMachine.mLocalAddress = LOCAL_ADDRESS_V6; in verifyMobikeEnabled() 6006 assertEquals(localAddress, mIkeSessionStateMachine.mLocalAddress); in verifyNetworkAndLocalAddressUpdated() 6311 mIkeSessionStateMachine.mLocalAddress = LOCAL_ADDRESS_V6; in verifyMobikeLocalInfoSendsRequest() 6396 mIkeSessionStateMachine.mLocalAddress, in testMobikeLocalInfoHandlesResponseWithNatDetection() 6417 mIkeSessionStateMachine.mLocalAddress, in testMobikeLocalInfoHandlesResponseWithoutNatDetection() 6427 mIkeSessionStateMachine.mLocalAddress = LOCAL_ADDRESS_V6; in testMobikeLocalInfoHandlesResponseWithNatDetectedIpv6()
|
D | ChildSessionStateMachineTest.java | 541 assertEquals(mChildSessionStateMachine.mLocalAddress, LOCAL_ADDRESS); in validateCreateChild() 759 mChildSessionStateMachine.mLocalAddress = LOCAL_ADDRESS; in setupIdleStateMachine() 2128 assertEquals(UPDATED_LOCAL_ADDRESS, mChildSessionStateMachine.mLocalAddress); in testMobikeRekeyChildLocalCreateHandlesResp()
|