Searched refs:getTcpkeepAliveProbes (Results 1 – 1 of 1) sorted by relevance
246 return getTcpkeepAliveProbes(fd); in sun.net.ext.ExtendedSocketOptions.register()310 private static int getTcpkeepAliveProbes(FileDescriptor fd) throws SocketException { in getTcpkeepAliveProbes() method in ExtendedSocketOptions311 return platformSocketOptions.getTcpkeepAliveProbes(fdAccess.get(fd)); in getTcpkeepAliveProbes()403 int getTcpkeepAliveProbes(int fd) throws SocketException { in getTcpkeepAliveProbes() method in ExtendedSocketOptions.PlatformSocketOptions