Home
last modified time | relevance | path

Searched defs:dstAddr (Results 1 – 7 of 7) sorted by relevance

/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/netlink/
DStructInetDiagSockIdTest.java141 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
DInetDiagSocketTest.java278 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/
DStructInetDiagSockId.java94 final InetAddress dstAddr; in parse() local
DInetDiagMessage.java415 final InetAddress dstAddr = msg.inetDiagMsg.id.remSocketAddress.getAddress(); in isLoopback() local
/frameworks/base/media/java/android/media/tv/tuner/filter/
DIpFilterConfiguration.java46 private IpFilterConfiguration(Settings settings, byte[] srcAddr, byte[] dstAddr, int srcPort, in IpFilterConfiguration()
/frameworks/layoutlib/bridge/src/android/net/
DConnectivityManager.java382 InetAddress srcAddr, int srcPort, InetAddress dstAddr) { in startNattKeepalive()
/frameworks/base/media/jni/
Dandroid_media_tv_Tuner.cpp3492 vector<uint8_t> dstAddr; in getDemuxIpAddress() local
3501 vector<uint8_t> dstAddr; in getDemuxIpAddress() local