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.java158 public boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, int ttl) throws IOException { method in class:Inet6AddressImpl
H A DInetAddress.java435 public boolean isReachable(int timeout) throws IOException { method in class:InetAddress
436 return isReachable(null, 0, timeout);
471 public boolean isReachable(NetworkInterface netif, int ttl, method in class:InetAddress
478 return impl.isReachable(this, timeout, netif, ttl);

Completed in 193 milliseconds