Searched refs:addressAsLong (Results 1 – 1 of 1) sorted by relevance
892 long addressAsLong = 0; in getCoercedIPv4Address() local894 addressAsLong = getEmbeddedIPv4ClientAddress(ip6).hashCode(); in getCoercedIPv4Address()898 addressAsLong = ByteBuffer.wrap(ip6.getAddress(), 0, 8).getLong(); in getCoercedIPv4Address()902 int coercedHash = Hashing.murmur3_32().hashLong(addressAsLong).asInt(); in getCoercedIPv4Address()