Searched defs:UNSPEC (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/channels/DatagramChannel/
H A DMulticastSendReceiveTests.java43 static final ProtocolFamily UNSPEC = new ProtocolFamily() { field in class:MulticastSendReceiveTests
45 return "UNSPEC";
148 try (DatagramChannel dc = (family == UNSPEC) ?
160 if (family == UNSPEC) {
239 test(UNSPEC, nif, ip4Group, source);
245 test(UNSPEC, nif, ip6Group, source);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DNet.java42 static final ProtocolFamily UNSPEC = new ProtocolFamily() { field in class:Net
44 return "UNSPEC";
372 boolean mayNeedConversion = (family == UNSPEC);
391 boolean mayNeedConversion = (family == UNSPEC);
416 return socket(UNSPEC, stream);
436 bind(UNSPEC, fd, addr, port);
457 return connect(UNSPEC, fd, remote, remotePort);

Completed in 122 milliseconds