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

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DNet.java46 static final ProtocolFamily UNSPEC = new ProtocolFamily() { field in class:Net
48 return "UNSPEC";
341 boolean mayNeedConversion = (family == UNSPEC);
371 boolean mayNeedConversion = (family == UNSPEC);
413 return socket(UNSPEC, stream);
434 bind(UNSPEC, fd, addr, port);
455 return connect(UNSPEC, fd, remote, remotePort);

Completed in 25 milliseconds