/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/ |
D | StructInetDiagSockIdTest.java | 141 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv4() local 151 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv6() local 161 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv4IfIndexCookie() local 172 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testPackStructInetDiagSockIdWithIpv6IfIndexCookie() local 209 final InetSocketAddress dstAddr = new InetSocketAddress(IPV4_DST_ADDR, DST_PORT); in testToStringStructInetDiagSockIdWithIpv4() local 219 final InetSocketAddress dstAddr = new InetSocketAddress(IPV6_DST_ADDR, DST_PORT); in testToStringStructInetDiagSockIdWithIpv6() local
|
D | InetDiagSocketTest.java | 279 final Inet6Address dstAddr = Inet6Address.getByAddress( in testInetDiagReqV2TcpInet6V4Mapped() local 656 final Inet6Address dstAddr = Inet6Address.getByAddress( in testParseInetDiagResponseV4MappedV6() local 665 private void doTestIsLoopback(InetAddress srcAddr, InetAddress dstAddr, boolean expected) { in doTestIsLoopback()
|
/packages/modules/Connectivity/common/src/com/android/net/module/util/bpf/ |
D | IngressDiscardKey.java | 30 public final Inet6Address dstAddr; field in IngressDiscardKey 32 public IngressDiscardKey(final Inet6Address dstAddr) { in IngressDiscardKey() 42 public IngressDiscardKey(final InetAddress dstAddr) { in IngressDiscardKey()
|
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/ |
D | InfraNetworkDevice.java | 74 public void sendEchoRequest(Inet6Address dstAddr) throws IOException { in sendEchoRequest()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IkeTunUtils.java | 61 final InetAddress dstAddr = getSrcAddress(request); in awaitReqAndInjectResp() local 170 InetAddress dstAddr, in buildIkePacket()
|
D | IpSecBaseTest.java | 226 void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception; in sendTo() 307 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo() 343 public void sendTo(byte[] data, InetAddress dstAddr, int port) throws Exception { in sendTo()
|
D | PacketUtils.java | 122 public final InetAddress dstAddr; field in PacketUtils.IpHeader
|
D | ConnectivityManagerTest.java | 1929 final InetAddress dstAddr = getAddrByName(TEST_HOST, AF_INET); in createConcurrentNattSocketKeepalives() local
|
/packages/modules/NetworkStack/src/android/net/util/ |
D | ConnectivityPacketSummary.java | 221 final String dstAddr = getIPv4AddressString(mPacket); in parseIPv4() local 249 final String dstAddr = getIPv6AddressString(mPacket); in parseIPv6() local
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/ |
D | StructInetDiagSockId.java | 94 final InetAddress dstAddr; in parse() local
|
D | InetDiagMessage.java | 409 final InetAddress dstAddr = msg.inetDiagMsg.id.remSocketAddress.getAddress(); in isLoopback() local
|
/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
D | NeighborPacketForwarder.java | 142 Inet6Address dstAddr; in getIpv6DestinationAddress() local
|
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | IkeTunUtils.java | 138 InetAddress dstAddr = getAddress(request, true /* shouldGetSource */); in awaitReqAndInjectResp() local 346 InetAddress dstAddr, in buildIkePacket()
|
D | PacketUtils.java | 82 public final InetAddress dstAddr; field in PacketUtils.IpHeader
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | NattKeepalivePacketData.java | 66 final InetAddress srcAddr, dstAddr; in nattKeepalivePacket() local
|
D | DscpPolicy.java | 86 @Nullable InetAddress dstAddr, in DscpPolicy()
|
D | IConnectivityManager.aidl | 189 in ISocketKeepaliveCallback cb, String srcAddr, int srcPort, String dstAddr); in startNattKeepalive() 193 String dstAddr, boolean automaticOnOffKeepalives, in Network underpinnedNetwork); in startNattKeepaliveWithFd()
|
D | ConnectivityManager.java | 2550 InetAddress srcAddr, int srcPort, InetAddress dstAddr) { in startNattKeepalive()
|
/packages/modules/Connectivity/framework/src/android/net/util/ |
D | DnsUtils.java | 322 @NonNull InetAddress dstAddr) { in compareIpv6PrefixMatchLen()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 1209 final InetAddress dstAddr = getV4AddrByName(TEST_HOST); in doTestAutomaticOnOffKeepaliveMode() local 2016 private ByteBuffer buildIpv4UdpPacket(final Inet4Address dstAddr, final Inet4Address srcAddr, in buildIpv4UdpPacket() 2030 dstAddr); in buildIpv4UdpPacket() local 2037 private ByteBuffer buildIpv6UdpPacket(final Inet6Address dstAddr, final Inet6Address srcAddr, in buildIpv6UdpPacket()
|
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | OffloadHardwareInterface.java | 139 String dstAddr, int dstPort) {} in onNatTimeoutUpdate()
|
D | OffloadController.java | 786 int proto, String srcAddr, int srcPort, String dstAddr, int dstPort) { in updateNatTimeout()
|
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | LegacyApfTest.java | 971 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterKeepaliveAck() local 1157 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterNattKeepalivePacket() local
|
D | ApfTest.java | 2041 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterKeepaliveAck() local 2227 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterNattKeepalivePacket() local
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiVendorHal.java | 1335 @NonNull String ifaceName, int slot, byte[] srcAddr, byte[] dstAddr, in startSendingOffloadedPacket()
|