Home
last modified time | relevance | path

Searched refs:setTcpkeepAliveProbes (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java216 setTcpkeepAliveProbes(fd, (Integer) value); in sun.net.ext.ExtendedSocketOptions.register()
295 private static void setTcpkeepAliveProbes(FileDescriptor fd, int value) in setTcpkeepAliveProbes() method in ExtendedSocketOptions
297 platformSocketOptions.setTcpkeepAliveProbes(fdAccess.get(fd), value); in setTcpkeepAliveProbes()
391 void setTcpkeepAliveProbes(int fd, final int value) throws SocketException { in setTcpkeepAliveProbes() method in ExtendedSocketOptions.PlatformSocketOptions