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

/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainSocketImpl.java65 int newfd = socket0(stream, false /*v6 Only*/);
265 static native int socket0(boolean stream, boolean v6Only) throws IOException; method in class:DualStackPlainSocketImpl
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpNet.java90 int nativefd = socket0(oneToOne);
322 static native int socket0(boolean oneToOne) throws IOException; method in class:SctpNet
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java423 return IOUtil.newFD(socket0(preferIPv6, stream, false));
427 return IOUtil.newFD(socket0(isIPv6Available(), stream, true));
431 private static native int socket0(boolean preferIPv6, boolean stream, boolean reuse); method in class:Net

Completed in 46 milliseconds