Searched refs:ipv6_available (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/solaris/native/java/net/
H A DInetAddressImplFactory.c43 if (ipv6_available()) {
H A DPlainDatagramSocketImpl.c358 if (ipv6_available()) {
500 if (trafficClass != 0 && ipv6_available()) {
1066 int domain = ipv6_available() ? AF_INET6 : AF_INET;
1341 if (ipv6_available()) {
1345 if (ipv6_available()) {
1363 if (ipv6_available()) {
1367 if (ipv6_available()) {
1445 if (ipv6_available()) {
1449 if (ipv6_available()) {
1604 if (ipv6_available()) {
[all...]
H A Dnet_util_md.h137 #define SOCKADDR_LEN (ipv6_available() ? sizeof(SOCKADDR) : \
H A Dnet_util_md.c508 if (ipv6_available()) {
824 if (ipv6_available() && !(family == IPv4 && v4MappedAddress == JNI_FALSE)) {
1054 if (ipv6_available()) {
1255 if (ipv6_available()) {
1365 if (ipv6_available()) {
1371 if (ipv6_available()) {
1569 if (ipv6_available()) {
H A DPlainSocketImpl.c187 int domain = ipv6_available() ? AF_INET6 : AF_INET;
296 if (trafficClass != 0 && ipv6_available()) {
H A DInet6AddressImpl.c578 if (!ipv6_available()) {
H A DNetworkInterface.c775 * so we have to call ipv6_available()
777 if (ipv6_available()) {
/openjdk7/jdk/src/windows/native/java/net/
H A DInetAddressImplFactory.c41 if (ipv6_available()) {
H A DNetworkInterface.c646 if (ipv6_available()) {
693 if (ipv6_available()) {
735 if (ipv6_available()) {
805 if (ipv6_available()) {
859 if (ipv6_available()) {
885 if (ipv6_available()) {
913 if (ipv6_available()) {
949 if (ipv6_available()) {
982 if (ipv6_available()) {
H A DTwoStacksPlainDatagramSocketImpl.c430 int ipv6_supported = ipv6_available();
537 int ipv6_supported = ipv6_available();
678 if (!ipv6_available()) {
1198 int ipv6_supported = ipv6_available();
1486 int ipv6_supported = ipv6_available();
1542 int ipv6_supported = ipv6_available();
1667 int ipv6_supported = ipv6_available();
1793 int ipv6_supported = ipv6_available();
1920 jboolean isIPV4 = !ipv6_available() || fd1 == -1;
2140 int ipv6_supported = ipv6_available();
[all...]
H A DTwoStacksPlainSocketImpl.c154 if (ipv6_available()) {
199 int ipv6_supported = ipv6_available();
405 int ipv6_supported = ipv6_available();
554 if (ipv6_available() && !IS_NULL(fd1Obj)) {
H A DInet6AddressImpl.c521 if (!ipv6_available()) {
H A Dnet_util_md.c852 if (ipv6_available() && !(family == AF_INET && v4MappedAddress == JNI_FALSE)) {
/openjdk7/jdk/test/java/net/MulticastSocket/
H A DMulticastAddresses.java38 boolean ipv6_available = false;
55 ipv6_available = true;
63 if (ipv6_available) {
89 if (ia instanceof Inet6Address && !ipv6_available) {
117 if (ia instanceof Inet6Address && !ipv6_available) {
/openjdk7/jdk/src/solaris/native/sun/net/sdp/
H A DSdpSupport.c60 int domain = ipv6_available() ? AF_INET6 : AF_INET;
69 if (ipv6_available()) {
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DInheritedChannel.c43 if (ipv6_available()) {
H A DNet.c123 return (ipv6_available()) ? JNI_TRUE : JNI_FALSE;
159 int domain = (ipv6_available() && preferIPv6) ? AF_INET6 : AF_INET;
H A DSctpNet.c172 int domain = ipv6_available() ? AF_INET6 : AF_INET;
/openjdk7/jdk/src/share/native/java/net/
H A Dnet_util.h119 JNIEXPORT jint JNICALL ipv6_available();
H A Dnet_util.c35 JNIEXPORT jint JNICALL ipv6_available() function
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DNet.c96 (ver.dwMajorVersion >= 6) && ipv6_available())

Completed in 953 milliseconds