Home
last modified time | relevance | path

Searched refs:getTimeToLive (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/net/
DMulticastSocket.java121 public int getTimeToLive() throws IOException { in getTimeToLive() method in MulticastSocket
123 return impl.getTimeToLive(); in getTimeToLive()
248 int currTTL = getTimeToLive(); in send()
DDatagramSocketImpl.java121 protected abstract int getTimeToLive() throws IOException; in getTimeToLive() method in DatagramSocketImpl
DPlainDatagramSocketImpl.java110 public int getTimeToLive() throws IOException { in getTimeToLive() method in PlainDatagramSocketImpl
116 return (byte) getTimeToLive(); in getTTL()
/libcore/luni/src/test/java/libcore/java/net/
DOldDatagramSocketImplFactoryTest.java152 protected int getTimeToLive() throws IOException { in getTimeToLive() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
DOldDatagramSocketTest.java1068 protected int getTimeToLive() throws IOException { in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl
2032 protected int getTimeToLive() throws IOException { in getTimeToLive() method in OldDatagramSocketTest.TestDatagramSocketImpl
/libcore/luni/src/main/java/java/util/
DResourceBundle.java305 long time = control.getTimeToLive(baseName, targetLocale); in getBundle()
940 public long getTimeToLive(String baseName, Locale locale) { in getTimeToLive() method in ResourceBundle.Control