Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java220 setTcpKeepAliveIntvl(fd, (Integer) value); in sun.net.ext.ExtendedSocketOptions.register()
305 private static void setTcpKeepAliveIntvl(FileDescriptor fd, int value) in setTcpKeepAliveIntvl() method in ExtendedSocketOptions
307 platformSocketOptions.setTcpKeepAliveIntvl(fdAccess.get(fd), value); in setTcpKeepAliveIntvl()
399 void setTcpKeepAliveIntvl(int fd, final int value) throws SocketException { in setTcpKeepAliveIntvl() method in ExtendedSocketOptions.PlatformSocketOptions