HomeSort by relevance Sort by last modified time
    Searched defs:setTTL (Results 1 - 25 of 48) sorted by null

1 2

  /external/nist-sip/java/javax/sip/header/
ViaHeader.java 34 void setTTL(int ttl) throws InvalidArgumentException;
  /libcore/ojluni/src/main/java/java/net/
DatagramSocketImpl.java 170 protected abstract void setTTL(byte ttl) throws IOException;
179 * @see #setTTL(byte)
MulticastSocket.java 214 public void setTTL(byte ttl) throws IOException {
217 getImpl().setTTL(ttl);
257 * @see #setTTL(byte)
697 getImpl().setTTL(ttl);
704 getImpl().setTTL(dttl);
AbstractPlainDatagramSocketImpl.java 184 protected abstract void setTTL(byte ttl) throws IOException;
PlainDatagramSocketImpl.java 165 protected void setTTL(byte ttl) throws IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DatagramSocketImplTest.java 143 protected void setTTL(byte ttl) throws IOException {
MulticastSocketTest.java 222 mss.setTTL((byte) 120);
781 mss.setTTL((byte) 120);
    [all...]
DatagramSocketTest.java 453 protected void setTTL(byte arg0) throws IOException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 191 protected void setTTL(byte arg0) throws IOException {
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 439 public void setTTL(int ttl) throws InvalidArgumentException {
443 + ", Via, setTTL(), the ttl parameter is < 0");
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
  /external/robolectric/v1/lib/main/
android.jar 

Completed in 137 milliseconds

1 2