Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIpSecManagerTest.java278 SecurityParameterIndex spi, InetAddress localAddr, in buildTransportModeTransform()
306 InetAddress localAddr = InetAddress.getByName(loopbackAddrString); in doTestCreateTransform() local
321 SecurityParameterIndex spi = mISM.allocateSecurityParameterIndex(localAddr); in doTestCreateTransform() argument
DIpSecBaseTest.java315 public JavaUdpSocket(InetAddress localAddr, int port) { in JavaUdpSocket()
326 public JavaUdpSocket(InetAddress localAddr) { in JavaUdpSocket()
573 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getNativeUdpSocketPair()
596 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getNativeTcpSocketPair()
620 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getJavaUdpSocketPair()
637 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getJavaTcpSocketPair()
676 GenericUdpSocket left, GenericUdpSocket right, InetAddress localAddr) throws Exception { in checkUnconnectedUdpSocketPair()
709 private IpSecTransform buildDefaultTransform(InetAddress localAddr) throws Exception { in buildDefaultTransform()
DNsdManagerDownstreamTetheringTest.kt121 val localAddr = LinkAddress("192.0.2.3/28") in testMdnsDiscoveryWorkOnTetheringInterface() constant
/packages/modules/Connectivity/framework-t/src/android/net/
DIIpSecService.aidl46 in String localAddr, in createTunnelInterface()
54 in LinkAddress localAddr, in addAddressToTunnelInterface()
59 in LinkAddress localAddr, in removeAddressFromTunnelInterface()
/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/staticlibs/tests/unit/src/com/android/testutils/
DTestDnsServerTest.kt47 private val localAddr = InetSocketAddress(InetAddress.getLocalHost(), 0 /* port */) constant
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DInetAddressUtilsTest.java90 final Inet6Address localAddr = (Inet6Address) InetAddresses in testWithScopeId() local
/packages/modules/Connectivity/service-t/src/com/android/server/
DIpSecService.java887 String localAddr, in TunnelInterfaceRecord()
1233 private int bindToRandomPort(FileDescriptor sockFd, int family, InetAddress localAddr) in bindToRandomPort()
1286 final InetAddress localAddr; in openUdpEncapsulationSocket() local
1332 Os.bind(pFd.getFileDescriptor(), localAddr, port); in openUdpEncapsulationSocket() local
1374 String localAddr, String remoteAddr, Network underlyingNetwork, IBinder binder, in createTunnelInterface()
1484 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in addAddressToTunnelInterface()
1511 int tunnelResourceId, LinkAddress localAddr, String callingPackage) { in removeAddressFromTunnelInterface()
/packages/modules/Connectivity/tests/cts/tethering/src/android/tethering/cts/
DTetheringManagerTest.java226 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testTetheringRequest() local
242 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testTetheringRequestParcelable() local
/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.java6018 InetAddress localAddr, in addNatDetectionPayloadsToList()
6105 InetAddress localAddr, in getIkeInitSaRequestPayloads()
6139 InetAddress localAddr, in getRekeyIkeSaRequestPayloads()
6161 InetAddress localAddr, in getRekeyIkeSaResponsePayloads()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java279 final String localAddr = "192.0.2.3/28"; in testStaticIpv4() local
444 LinkAddress localAddr = local == null ? null : new LinkAddress(local); in requestWithStaticIpv4() local
/packages/modules/Connectivity/service/src/com/android/server/connectivity/
DNetworkDiagnostics.java271 InetAddress localAddr = inetSockAddr.getAddress(); in socketAddressToString() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DIpSecServiceParameterizedTest.java730 String localAddr, String remoteAddr, String pkgName) throws Exception { in createAndValidateTunnel()