Searched defs:isReachable (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DInetAddressImpl.java66 boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, method in interface:InetAddressImpl
H A DInet6AddressImpl.java142 public boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, int ttl) throws IOException { method in class:Inet6AddressImpl
176 // Never throw an IOException from isReachable. If something terrible happens either
H A DInetAddress.java408 public boolean isReachable(int timeout) throws IOException { method in class:InetAddress
409 return isReachable(null, 0, timeout);
443 public boolean isReachable(NetworkInterface netif, int ttl, method in class:InetAddress
450 return impl.isReachable(this, timeout, netif, ttl);

Completed in 329 milliseconds