Searched refs:dstAddr (Results 1 – 2 of 2) sorted by relevance
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()