Home | History | Annotate | Download | only in net

Lines Matching defs:ip6

891     Inet6Address ip6 = (Inet6Address) ip;
893 if (hasEmbeddedIPv4ClientAddress(ip6)) {
894 addressAsLong = getEmbeddedIPv4ClientAddress(ip6).hashCode();
898 addressAsLong = ByteBuffer.wrap(ip6.getAddress(), 0, 8).getLong();