Home
last modified time | relevance | path

Searched refs:dstAddr (Results 1 – 3 of 3) sorted by relevance

/packages/modules/DnsResolver/tests/
Dtun_forwarder.h53 v4pair(int32_t srcAddr, int32_t dstAddr) { in v4pair()
55 dst.s_addr = static_cast<in_addr_t>(dstAddr); in v4pair()
66 v6pair(const in6_addr& srcAddr, const in6_addr& dstAddr) : src(srcAddr), dst(dstAddr) {} in v6pair()
/packages/modules/NetworkStack/src/android/net/util/
DConnectivityPacketSummary.java221 final String dstAddr = getIPv4AddressString(mPacket); in parseIPv4() local
223 sj.add(srcAddr).add(">").add(dstAddr); in parseIPv4()
249 final String dstAddr = getIPv6AddressString(mPacket); in parseIPv6() local
251 sj.add(srcAddr).add(">").add(dstAddr); in parseIPv6()
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1591 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterKeepaliveAck() local
1596 parcel.dstAddress = dstAddr.getAddress(); in testApfFilterKeepaliveAck()
1629 dstAddr = InetAddress.getByAddress(IPV6_KEEPALIVE_DST_ADDR); in testApfFilterKeepaliveAck()
1635 ipv6Parcel.dstAddress = dstAddr.getAddress(); in testApfFilterKeepaliveAck()
1778 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterNattKeepalivePacket() local
1783 parcel.dstAddress = dstAddr.getAddress(); in testApfFilterNattKeepalivePacket()