Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6AddressImpl.java66 protected boolean icmpEcho( in icmpEcho() method in Inet6AddressImpl
/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java208 if (icmpEcho(addr, timeout, sourceAddr, ttl)) { in isReachable()
241 protected boolean icmpEcho(InetAddress addr, int timeout, InetAddress sourceAddr, int ttl) in icmpEcho() method in Inet6AddressImpl
DInetAddress.java533 return ((Inet6AddressImpl) impl).icmpEcho(this, timeout, null, 0); in isReachableByICMP()