Home
last modified time | relevance | path

Searched defs:localAddr (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl45 in String localAddr, in createTunnelInterface()
53 in LinkAddress localAddr, in addAddressToTunnelInterface()
58 in LinkAddress localAddr, in removeAddressFromTunnelInterface()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java268 SecurityParameterIndex spi, InetAddress localAddr, in buildTransportModeTransform()
296 InetAddress localAddr = InetAddress.getByName(loopbackAddrString); in doTestCreateTransform() local
311 SecurityParameterIndex spi = mISM.allocateSecurityParameterIndex(localAddr); in doTestCreateTransform() argument
DIpSecBaseTest.java266 public JavaUdpSocket(InetAddress localAddr, int port) { in JavaUdpSocket()
277 public JavaUdpSocket(InetAddress localAddr) { in JavaUdpSocket()
524 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getNativeUdpSocketPair()
547 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getNativeTcpSocketPair()
571 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getJavaUdpSocketPair()
588 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getJavaTcpSocketPair()
627 GenericUdpSocket left, GenericUdpSocket right, InetAddress localAddr) throws Exception { in checkUnconnectedUdpSocketPair()
660 private IpSecTransform buildDefaultTransform(InetAddress localAddr) throws Exception { in buildDefaultTransform()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/
DIkeLocalAddressGenerator.java45 InetSocketAddress localAddr = (InetSocketAddress) Os.getsockname(sock); in generateLocalAddress() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java879 String localAddr, in TunnelInterfaceRecord()
1224 private int bindToRandomPort(FileDescriptor sockFd, int family, InetAddress localAddr) in bindToRandomPort()
1277 final InetAddress localAddr; in openUdpEncapsulationSocket() local
1323 Os.bind(pFd.getFileDescriptor(), localAddr, port); in openUdpEncapsulationSocket() local
1365 String localAddr, String remoteAddr, Network underlyingNetwork, IBinder binder, in createTunnelInterface()
1475 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface()
1502 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface()
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnectionTest.java199 InetSocketAddress localAddr = new InetSocketAddress( in testStateCallback() local
DMessageTransportWrapperTest.java98 InetSocketAddress localAddr = new InetSocketAddress( in testImsConfigurationChanged() local
DDelegateStateTrackerTest.java98 InetSocketAddress localAddr = new InetSocketAddress( in testDelegateCreated() local
DTransportSipMessageValidatorTest.java491 InetSocketAddress localAddr = new InetSocketAddress( in getConfigBuilder() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DIkeSocket.java193 InetSocketAddress localAddr = (InetSocketAddress) Os.getsockname(getFd()); in getLocalPort() local
DIkeSessionStateMachine.java5726 InetAddress localAddr, in addNatDetectionPayloadsToList()
5789 InetAddress localAddr, in getIkeInitSaRequestPayloads()
5823 InetAddress localAddr, in getRekeyIkeSaRequestPayloads()
5845 InetAddress localAddr, in getRekeyIkeSaResponsePayloads()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java258 final String localAddr = "192.0.2.3/28"; in testStaticIpv4() local
415 LinkAddress localAddr = local == null ? null : new LinkAddress(local); in requestWithStaticIpv4() local
/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
DTetheringManagerTest.java224 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testTetheringRequest() local
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkDiagnostics.java268 InetAddress localAddr = inetSockAddr.getAddress(); in socketAddressToString() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java697 String localAddr, String remoteAddr, String pkgName) throws Exception { in createAndValidateTunnel()