Searched refs:dstAddr (Results 1 – 3 of 3) sorted by relevance
53 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()
221 final String dstAddr = getIPv4AddressString(mPacket); in parseIPv4() local223 sj.add(srcAddr).add(">").add(dstAddr); in parseIPv4()249 final String dstAddr = getIPv6AddressString(mPacket); in parseIPv6() local251 sj.add(srcAddr).add(">").add(dstAddr); in parseIPv6()
1591 InetAddress dstAddr = InetAddress.getByAddress(IPV4_KEEPALIVE_DST_ADDR); in testApfFilterKeepaliveAck() local1596 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() local1783 parcel.dstAddress = dstAddr.getAddress(); in testApfFilterNattKeepalivePacket()