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

  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 318 private void setIntOption(SocketOption<Integer> name, int value)
357 setIntOption(StandardSocketOptions.SO_LINGER, linger);
395 setIntOption(StandardSocketOptions.SO_SNDBUF, size);
406 setIntOption(StandardSocketOptions.SO_RCVBUF, size);
422 setIntOption(StandardSocketOptions.IP_TOS, tc);
DatagramSocketAdaptor.java 284 private void setIntOption(SocketOption<Integer> name, int value)
315 setIntOption(StandardSocketOptions.SO_SNDBUF, size);
325 setIntOption(StandardSocketOptions.SO_RCVBUF, size);
350 setIntOption(StandardSocketOptions.IP_TOS, tc);

Completed in 186 milliseconds