Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java53 protected native void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in PlainDatagramSocketImpl
DDatagramSocketImpl.java171 protected abstract void setTimeToLive(int ttl) throws IOException; in setTimeToLive() method in DatagramSocketImpl
DMulticastSocket.java235 public void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MulticastSocket
241 getImpl().setTimeToLive(ttl); in setTimeToLive()
DAbstractPlainDatagramSocketImpl.java157 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.java204 mss.setTimeToLive(120); in test_getTimeToLive()
206 mss.setTimeToLive(220); in test_getTimeToLive()
331 sendingSocket.setTimeToLive(2); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
356 sendingSocket.setTimeToLive(10); in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface()
762 mss.setTimeToLive(120); in test_setTimeToLiveI()
764 mss.setTimeToLive(220); in test_setTimeToLiveI()
DDatagramSocketImplTest.java141 protected void setTimeToLive(int ttl) throws IOException { in setTimeToLive() method in MockDatagramSocketImpl
DDatagramSocketTest.java442 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.java403 protected void setTimeToLive(int ttl) throws IOException {}
/libcore/ojluni/src/main/native/
DPlainDatagramSocketImpl.c1975 NATIVE_METHOD(PlainDatagramSocketImpl, setTimeToLive, "(I)V"),