Home
last modified time | relevance | path

Searched refs:setTimeToLive (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java191 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl
273 setTimeToLive((Integer)value); in setOption()
DMulticastSocket.java241 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket
247 getImpl().setTimeToLive(ttl); in setTimeToLive()
DPlainDatagramSocketImpl.java158 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in PlainDatagramSocketImpl
167 setTimeToLive((int) ttl & 0xff); in setTTL()
DAbstractPlainDatagramSocketImpl.java174 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in AbstractPlainDatagramSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java214 mss.setTimeToLive(120); in getTimeToLive()
216 mss.setTimeToLive(220); in getTimeToLive()
335 sendingSocket.setTimeToLive(2); in check_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
360 sendingSocket.setTimeToLive(10); in check_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
747 mss.setTimeToLive(120); in setTimeToLiveI()
749 mss.setTimeToLive(220); in setTimeToLiveI()
DDatagramSocketImplTest.java148 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MockDatagramSocketImpl
DDatagramSocketTest.java462 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in DatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java195 protected void setTimeToLive(int arg0) throws IOException { in setTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DDatagramSocketAdaptor.java396 protected void setTimeToLive(int ttl) throws IOException {}