HomeSort by relevance Sort by last modified time
    Searched refs:setSocketOption (Results 1 - 6 of 6) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
ServerSocketChannelImpl.java 143 Net.setSocketOption(fd, Net.UNSPEC, name, value);
SocketChannelImpl.java 181 Net.setSocketOption(fd, StandardProtocolFamily.INET, name, value);
192 Net.setSocketOption(fd, Net.UNSPEC, name, value);
    [all...]
DatagramChannelImpl.java 200 Net.setSocketOption(fd, family, name, value);
209 Net.setSocketOption(fd, family, name, value);
240 Net.setSocketOption(fd, Net.UNSPEC, name, value);
Net.java 331 static void setSocketOption(FileDescriptor fd, ProtocolFamily family,
  /libcore/luni/src/main/java/libcore/io/
IoBridge.java 320 public static void setSocketOption(FileDescriptor fd, int option, Object value) throws SocketException {
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 467 IoBridge.setSocketOption(serverFd, SocketOptions.SO_TIMEOUT, new Integer(4000));

Completed in 3823 milliseconds