Searched defs:ttl (Results 1 – 13 of 13) sorted by relevance
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | Inet6AddressImpl.java | 55 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()
|
D | InetAddress.java | 92 public boolean isReachable(java.net.NetworkInterface netif, int ttl, int timeout) in isReachable()
|
/libcore/ojluni/src/main/java/java/net/ |
D | MulticastSocket.java | 216 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
|
D | DatagramSocketImpl.java | 170 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
|
D | Inet6AddressImpl.java | 174 …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()
|
D | InetAddressImpl.java | 77 int ttl) throws IOException; in isReachable()
|
D | PlainDatagramSocketImpl.java | 158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() 166 protected void setTTL(byte ttl) throws IOException { in setTTL()
|
D | AbstractPlainDatagramSocketImpl.java | 174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() 186 protected abstract void setTTL(byte ttl) throws IOException; in setTTL()
|
D | InetAddress.java | 518 public boolean isReachable(NetworkInterface netif, int ttl, in isReachable()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | DatagramSocketImplTest.java | 143 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/ |
D | InetAddress.annotated.java | 60 public boolean isReachable(java.net.NetworkInterface netif, int ttl, int timeout) throws java.io.IO… in isReachable()
|
/libcore/ojluni/src/main/java/java/lang/ |
D | SecurityManager.java | 173 public void checkMulticast(InetAddress maddr, byte ttl) { } in checkMulticast()
|
/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 1719 long ttl = control.getTimeToLive(cacheKey.getName(), in setExpirationTime() local
|