/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
Renewer.java | 59 timer.schedule(this, getTTL() * 500, getTTL() * 500); 105 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { 118 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
|
Canceler.java | 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { 117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
|
Announcer.java | 104 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { 117 for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalHost())) {
|
Prober.java | 118 for (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) { 133 newOut = this.addAuthoritativeAnswer(newOut, new DNSRecord.Service(info.getQualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriority(), info.getWeight(), info.getPort(), this.getDns().getLocalHost()
|
DNSStateTask.java | 66 public int getTTL() {
|
/external/nist-sip/java/javax/sip/header/ |
ViaHeader.java | 33 int getTTL();
|
/libcore/ojluni/src/main/java/java/net/ |
PlainDatagramSocketImpl.java | 59 protected native byte getTTL() throws IOException;
|
DatagramSocketImpl.java | 147 * @see #getTTL() 162 protected abstract byte getTTL() throws IOException;
|
MulticastSocket.java | 177 * The lock on the socket's TTL. This is for set/getTTL and 207 * @see #getTTL() 256 public byte getTTL() throws IOException { 259 return getImpl().getTTL(); 688 byte dttl = getTTL();
|
AbstractPlainDatagramSocketImpl.java | 173 protected abstract byte getTTL() throws IOException;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
DatagramSocketImplTest.java | 79 protected byte getTTL() throws IOException {
|
MulticastSocketTest.java | 217 assertEquals("Returned incorrect TTL", 120, mss.getTTL()); 775 assertEquals("Failed to set TTL", 120, mss.getTTL()); [all...] |
DatagramSocketTest.java | 437 protected byte getTTL() throws IOException { [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldDatagramSocketImplFactoryTest.java | 147 protected byte getTTL() throws IOException {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 426 public int getTTL() {
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
DatagramSocketAdaptor.java | 401 protected byte getTTL() throws IOException { return 0; }
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSOutgoing.java | 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now));
|
DNSRecord.java | [all...] |
JmDNSImpl.java | [all...] |
/libcore/ojluni/src/main/native/ |
PlainDatagramSocketImpl.c | [all...] |
/external/testng/ant/ |
ivy-2.1.0.jar | |
/prebuilts/sdk/10/ |
android.jar | |
/prebuilts/sdk/11/ |
android.jar | |
/prebuilts/sdk/13/ |
android.jar | |
/prebuilts/sdk/16/ |
android.jar | |