D | Inet6Address.java | 178 class Inet6Address extends InetAddress { class 192 new Inet6Address("::", new byte[] {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 0); 195 public static final InetAddress LOOPBACK = new Inet6Address("ip6-localhost", 399 Inet6Address() { in Inet6Address() method in Inet6Address 408 Inet6Address(String hostName, byte addr[], int scope_id) { in Inet6Address() method in Inet6Address 414 Inet6Address(String hostName, byte addr[]) { in Inet6Address() method in Inet6Address 421 Inet6Address (String hostName, byte addr[], NetworkInterface nif) in Inet6Address() method in Inet6Address 428 Inet6Address (String hostName, byte addr[], String ifname) in Inet6Address() method in Inet6Address 455 public static Inet6Address getByAddress(String host, byte[] addr, in getByAddress() 465 if (addr.length == Inet6Address.INADDRSZ) { in getByAddress() [all …]
|