/packages/modules/Connectivity/framework-t/src/android/net/ |
D | IIpSecService.aidl | 46 in String localAddr, in createTunnelInterface() 54 in LinkAddress localAddr, in addAddressToTunnelInterface() 59 in LinkAddress localAddr, in removeAddressFromTunnelInterface()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecManagerTest.java | 278 SecurityParameterIndex spi, InetAddress localAddr, in buildTransportModeTransform() 306 InetAddress localAddr = InetAddress.getByName(loopbackAddrString); in doTestCreateTransform() local 321 SecurityParameterIndex spi = mISM.allocateSecurityParameterIndex(localAddr); in doTestCreateTransform() argument
|
D | IpSecBaseTest.java | 325 public JavaUdpSocket(InetAddress localAddr, int port) { in JavaUdpSocket() 336 public JavaUdpSocket(InetAddress localAddr) { in JavaUdpSocket() 583 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getNativeUdpSocketPair() 606 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getNativeTcpSocketPair() 630 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getJavaUdpSocketPair() 647 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getJavaTcpSocketPair() 686 GenericUdpSocket left, GenericUdpSocket right, InetAddress localAddr) throws Exception { in checkUnconnectedUdpSocketPair() 719 private IpSecTransform buildDefaultTransform(InetAddress localAddr) throws Exception { in buildDefaultTransform()
|
D | NsdManagerDownstreamTetheringTest.kt | 123 val localAddr = LinkAddress("192.0.2.3/28") in testMdnsDiscoveryWorkOnTetheringInterface() constant
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/net/ |
D | IkeLocalAddressGenerator.java | 45 InetSocketAddress localAddr = (InetSocketAddress) Os.getsockname(sock); in generateLocalAddress() local
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/testutils/ |
D | TestDnsServerTest.kt | 47 private val localAddr = InetSocketAddress(InetAddress.getLocalHost(), 0 /* port */) constant
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/ |
D | InetAddressUtilsTest.java | 90 final Inet6Address localAddr = (Inet6Address) InetAddresses in testWithScopeId() local
|
/packages/modules/Connectivity/service-t/src/com/android/server/ |
D | IpSecService.java | 887 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/ |
D | TetheringManagerTest.java | 298 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testTetheringRequest() local 378 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testTetheringRequestParcelable() local 548 final LinkAddress localAddr = new LinkAddress("192.168.24.5/24"); in testStopTetheringRequestFuzzyMatchSuccess() local
|
/packages/services/Telephony/tests/src/com/android/services/telephony/rcs/ |
D | SipDelegateBinderConnectionTest.java | 199 InetSocketAddress localAddr = new InetSocketAddress( in testStateCallback() local
|
D | MessageTransportWrapperTest.java | 98 InetSocketAddress localAddr = new InetSocketAddress( in testImsConfigurationChanged() local
|
D | DelegateStateTrackerTest.java | 98 InetSocketAddress localAddr = new InetSocketAddress( in testDelegateCreated() local
|
D | TransportSipMessageValidatorTest.java | 491 InetSocketAddress localAddr = new InetSocketAddress( in getConfigBuilder() local
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/ |
D | IkeSocket.java | 193 InetSocketAddress localAddr = (InetSocketAddress) Os.getsockname(getFd()); in getLocalPort() local
|
D | IkeSessionStateMachine.java | 6027 InetAddress localAddr, in addNatDetectionPayloadsToList() 6114 InetAddress localAddr, in getIkeInitSaRequestPayloads() 6148 InetAddress localAddr, in getRekeyIkeSaRequestPayloads() 6170 InetAddress localAddr, in getRekeyIkeSaResponsePayloads()
|
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/ |
D | EthernetTetheringTest.java | 329 final String localAddr = "192.0.2.3/28"; in testStaticIpv4() local 494 LinkAddress localAddr = local == null ? null : new LinkAddress(local); in requestWithStaticIpv4() local
|
/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | NetworkDiagnostics.java | 271 InetAddress localAddr = inetSockAddr.getAddress(); in socketAddressToString() local
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/ |
D | IpSecServiceParameterizedTest.java | 727 String localAddr, String remoteAddr, String pkgName) throws Exception { in createAndValidateTunnel()
|