Searched refs:isReachableByICMP (Results 1 – 4 of 4) sorted by relevance
62 public boolean isReachableByICMP(int timeout) throws java.io.IOException { throw new RuntimeExcepti… in isReachableByICMP() method in InetAddress
97 public boolean isReachableByICMP(int timeout) throws java.io.IOException { in isReachableByICMP() method in InetAddress
532 public boolean isReachableByICMP(int timeout) throws IOException { in isReachableByICMP() method in InetAddress
285 assertTrue(ia.isReachableByICMP(5 * 1000 /* ICMP timeout */)); in test_isReachable_by_ICMP()