Searched refs:getTcpKeepAliveIntvl (Results 1 – 1 of 1) sorted by relevance
250 return getTcpKeepAliveIntvl(fd); in sun.net.ext.ExtendedSocketOptions.register()318 private static int getTcpKeepAliveIntvl(FileDescriptor fd) throws SocketException { in getTcpKeepAliveIntvl() method in ExtendedSocketOptions319 return platformSocketOptions.getTcpKeepAliveIntvl(fdAccess.get(fd)); in getTcpKeepAliveIntvl()411 int getTcpKeepAliveIntvl(int fd) throws SocketException { in getTcpKeepAliveIntvl() method in ExtendedSocketOptions.PlatformSocketOptions