Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java246 return getTcpkeepAliveProbes(fd); in sun.net.ext.ExtendedSocketOptions.register()
310 private static int getTcpkeepAliveProbes(FileDescriptor fd) throws SocketException { in getTcpkeepAliveProbes() method in ExtendedSocketOptions
311 return platformSocketOptions.getTcpkeepAliveProbes(fdAccess.get(fd)); in getTcpkeepAliveProbes()
403 int getTcpkeepAliveProbes(int fd) throws SocketException { in getTcpkeepAliveProbes() method in ExtendedSocketOptions.PlatformSocketOptions