Searched defs:IPv6 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/security/krb5/
H A DIPv6.java27 * @run main/othervm IPv6
28 * @summary IPv6 address does not work
39 public class IPv6 { class
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.h40 #define IPv6 2 macro
/openjdk7/jdk/src/share/classes/java/net/
H A DInetAddress.java114 * HREF="Inet4Address.html#format">Inet4Address#format</A>; For IPv6
119 * System Properties</a> affecting how IPv4 and IPv6 addresses are used.</P>
201 static final int IPv6 = 2; field in class:InetAddress
233 * addresses, and '2' for IPv6 addresses.
978 * <p> IPv4 address byte array must be 4 bytes long and IPv6 byte array
1019 * <p> For <code>host</code> specified in literal IPv6 address,
1020 * either the form defined in RFC 2732 or the literal IPv6 address
1021 * format defined in RFC 2373 is accepted. IPv6 scoped addresses are also
1022 * supported. See <a href="Inet6Address.html#scoped">here</a> for a description of IPv6
1035 * for a global IPv6 addres
[all...]

Completed in 63 milliseconds