Searched defs:dstAddr (Results 1 – 7 of 7) sorted by relevance
| /frameworks/libs/net/common/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 | 278 final Inet6Address dstAddr = Inet6Address.getByAddress( in testInetDiagReqV2TcpInet6V4Mapped() local 545 final Inet6Address dstAddr = Inet6Address.getByAddress( in testParseInetDiagResponseV4MappedV6() local 554 private void doTestIsLoopback(InetAddress srcAddr, InetAddress dstAddr, boolean expected) { in doTestIsLoopback()
|
| /frameworks/libs/net/common/device/com/android/net/module/util/netlink/ |
| D | StructInetDiagSockId.java | 94 final InetAddress dstAddr; in parse() local
|
| D | InetDiagMessage.java | 415 final InetAddress dstAddr = msg.inetDiagMsg.id.remSocketAddress.getAddress(); in isLoopback() local
|
| /frameworks/base/media/java/android/media/tv/tuner/filter/ |
| D | IpFilterConfiguration.java | 46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration()
|
| /frameworks/layoutlib/bridge/src/android/net/ |
| D | ConnectivityManager.java | 382 InetAddress srcAddr, int srcPort, InetAddress dstAddr) { in startNattKeepalive()
|
| /frameworks/base/media/jni/ |
| D | android_media_tv_Tuner.cpp | 3492 vector<uint8_t> dstAddr; in getDemuxIpAddress() local 3501 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
|