Home
last modified time | relevance | path

Searched defs:ttl (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/net/
DInet6AddressImpl.java55 java.net.InetAddress addr, int timeout, java.net.NetworkInterface netif, int ttl) in isReachable()
61 java.net.InetAddress addr, int timeout, java.net.InetAddress sourceAddr, int ttl) in tcpEcho()
67 java.net.InetAddress addr, int timeout, java.net.InetAddress sourceAddr, int ttl) in icmpEcho()
DInetAddress.java92 public boolean isReachable(java.net.NetworkInterface netif, int ttl, int timeout) in isReachable()
/libcore/ojluni/src/main/java/java/net/
DMulticastSocket.java216 public void setTTL(byte ttl) throws IOException { in setTTL()
241 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive()
662 public void send(DatagramPacket p, byte ttl) in send()
676 security.checkMulticast(p.getAddress(), ttl); in send() local
DDatagramSocketImpl.java170 protected abstract void setTTL(byte ttl) throws IOException; in setTTL()
191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive()
296 Integer ttl = getTimeToLive(); in getOption() local
DInet6AddressImpl.java174 …public boolean isReachable(InetAddress addr, int timeout, NetworkInterface netif, int ttl) throws … in isReachable()
217 private boolean tcpEcho(InetAddress addr, int timeout, InetAddress sourceAddr, int ttl) in tcpEcho()
241 protected boolean icmpEcho(InetAddress addr, int timeout, InetAddress sourceAddr, int ttl) in icmpEcho()
DInetAddressImpl.java77 int ttl) throws IOException; in isReachable()
DPlainDatagramSocketImpl.java158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive()
166 protected void setTTL(byte ttl) throws IOException { in setTTL()
DAbstractPlainDatagramSocketImpl.java174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive()
186 protected abstract void setTTL(byte ttl) throws IOException; in setTTL()
DInetAddress.java518 public boolean isReachable(NetworkInterface netif, int ttl, in isReachable()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java143 protected void setTTL(byte ttl) throws IOException { in setTTL()
148 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive()
/libcore/ojluni/annotations/mmodule/java/net/
DInetAddress.annotated.java60 public boolean isReachable(java.net.NetworkInterface netif, int ttl, int timeout) throws java.io.IO… in isReachable()
/libcore/ojluni/src/main/java/java/lang/
DSecurityManager.java173 public void checkMulticast(InetAddress maddr, byte ttl) { } in checkMulticast()
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java1719 long ttl = control.getTimeToLive(cacheKey.getName(), in setExpirationTime() local