Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/android/net/ipsec/ike/
DIkeSessionConnectionInfo.java37 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/
DIkeSessionStateMachine.java398 @VisibleForTesting InetAddress mRemoteAddress; field in IkeSessionStateMachine
1042 mRemoteAddress = network.getByName(mIkeSessionParams.getServerHostname()); in enterState()
1044 boolean isIpv4 = mRemoteAddress instanceof Inet4Address; in enterState()
1057 Os.connect(sock, mRemoteAddress, mIkeSocket.getIkeServerPort()); in enterState()
1382 mIkeSocket.sendIkePacket(packet, mRemoteAddress); in sendEncryptedIkeMessage()
1710 mIkeSocket.sendIkePacket(packet, mRemoteAddress); in handleReceivedIkePacket()
2245 mRemoteAddress, in processStateMessage()
2332 mRemoteAddress, in executeLocalRequest()
2814 mRemoteAddress, in buildIkeInitReq()
2853 mIkeSpiGenerator.allocateSpi(mRemoteAddress, respIkeHeader.ikeResponderSpi); in validateIkeInitResp()
[all …]
DChildSessionStateMachine.java181 @VisibleForTesting InetAddress mRemoteAddress; field in ChildSessionStateMachine
364 this.mRemoteAddress = remoteAddress; in handleFirstChildExchange()
395 this.mRemoteAddress = remoteAddress; in createChildSession()
722 mRemoteAddress)); in validateAndBuildChild()
743 mRemoteAddress, in validateAndBuildChild()
984 mRemoteAddress); in processStateMessage()
1418 mRemoteAddress); in processStateMessage()
1434 mRemoteAddress, in processStateMessage()
1624 mRemoteAddress); in handleCreateChildRequest()
1640 mRemoteAddress, in handleCreateChildRequest()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/
DChildSessionStateMachineTest.java696 mChildSessionStateMachine.mRemoteAddress = REMOTE_ADDRESS; in setupIdleStateMachine()
DIkeSessionStateMachineTest.java785 assertEquals(REMOTE_ADDRESS, ikeSession.mRemoteAddress); in makeAndStartIkeSession()