Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java250 return getTcpKeepAliveIntvl(fd); in sun.net.ext.ExtendedSocketOptions.register()
318 private static int getTcpKeepAliveIntvl(FileDescriptor fd) throws SocketException { in getTcpKeepAliveIntvl() method in ExtendedSocketOptions
319 return platformSocketOptions.getTcpKeepAliveIntvl(fdAccess.get(fd)); in getTcpKeepAliveIntvl()
411 int getTcpKeepAliveIntvl(int fd) throws SocketException { in getTcpKeepAliveIntvl() method in ExtendedSocketOptions.PlatformSocketOptions