Searched refs:IPv6 (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DInet6Address.java34 * This class represents an Internet Protocol version 6 (IPv6) address.
40 * Textual representation of IPv6 address used as input to methods
57 * <li><p> Due to some methods of allocating certain styles of IPv6
71 * when dealing with a mixed environment of IPv4 and IPv6 nodes is
83 * general forms of an IPv4-mapped IPv6 address and an
84 * IPv4-compatible IPv6 address. Note that the IPv4 portion must be
101 * the IPv4-compatible IPv6 address,
107 * <p> while "::d" corresponds to the general IPv6 address
116 * <h4> Special IPv6 address </h4>
120 * <td>Of the form::ffff:w.x.y.z, this IPv6 addres
[all...]
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...]
/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
H A Dnet_util.c66 check now to whether we have IPv6 on this platform and if the
186 setInetAddress_family(env, iaObj, IPv6);
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainSocketImpl.c201 /* fd initially points to the IPv4 socket and fd1 to the IPv6 socket
202 * If we want to connect to IPv6 then we swap the two sockets/objects
418 if (family == IPv6 && !ipv6_supported) {
756 setInetAddress_family(env, socketAddressObj, IPv6);
1029 /* For IPv6, we assume both sockets have the same setting always */
H A DTwoStacksPlainDatagramSocketImpl.c81 * fd always points to the IPv4 fd, and fd1 points to the IPv6 fd.
437 if (family == IPv6 && !ipv6_supported) {
559 if (family == IPv6 && !ipv6_supported) {
715 if (!w2k_or_later) { /* avoid this check on Win 2K or better. Does not work with IPv6.
828 /* We only handle IPv4 for now. Will support IPv6 once its in the os */
1648 * IPv6: Get the interface to which the
1659 * IPv6: Obtain NetworkInterface.index
1673 * On IPv6 system get the NetworkInterface that this IP
1713 * On IPv6 system get the index of the interface and use the
1716 * option. For IPv6 bot
[all...]
/openjdk7/jdk/src/solaris/native/java/net/
H A Dnet_util_md.c360 * IPv4 socket then we need to disable IPv6.
370 * Linux - check if any interface has an IPv6 address.
394 * though IPv6 is not enabled on all interfaces. Thus we
395 * query the number of IPv6 addresses to verify that IPv6
398 * On Linux it doesn't matter - if IPv6 is built-in the
399 * kernel then IPv6 addresses will be bound automatically
412 * SIOCGLIFNUM failed - assume IPv6 not configured
418 * If no IPv6 addresses then return false. If count > 0
419 * it's possible that all IPv6 addresse
[all...]

Completed in 2383 milliseconds