Searched refs:IPV6_BYTES (Results 1 – 3 of 3) sorted by relevance
49 private static final byte[] IPV6_BYTES = { field in IpPrefixTest157 p = new IpPrefix(IPV6_BYTES, 128); in testTruncation()160 p = new IpPrefix(IPV6_BYTES, 122); in testTruncation()163 p = new IpPrefix(IPV6_BYTES, 64); in testTruncation()166 p = new IpPrefix(IPV6_BYTES, 3); in testTruncation()169 p = new IpPrefix(IPV6_BYTES, 0); in testTruncation()173 p = new IpPrefix(IPV6_BYTES, -1); in testTruncation()178 p = new IpPrefix(IPV6_BYTES, 129); in testTruncation()203 p2 = new IpPrefix(IPV6_BYTES, 122); in testEquals()
40 private static final byte[] IPV6_BYTES = new byte[16]; field in ShadowOs47 return InetAddress.getByAddress((AF_INET == family) ? IPV4_BYTES : IPV6_BYTES); in inet_pton()
56 private static final byte[] IPV6_BYTES = IPV6_ADDR.getAddress(); field in IpRangeTest