HomeSort by relevance Sort by last modified time
    Searched refs:getTTL (Results 1 - 25 of 35) sorted by null

1 2

  /external/smack/src/org/xbill/DNS/
RRset.java 79 if (r.getTTL() != first.getTTL()) {
80 if (r.getTTL() > first.getTTL()) {
82 r.setTTL(first.getTTL());
87 tmp.setTTL(r.getTTL());
209 getTTL() {
210 return first().getTTL();
246 sb.append(getTTL() + " ");
Cache.java 48 this.expire = limitExpire(rec.getTTL(), maxttl);
56 this.expire = limitExpire(rrset.getTTL(), maxttl);
352 long ttl = rrset.getTTL();
385 ttl = soa.getTTL();
SIGBase.java 75 origttl = st.getTTL();
Master.java 149 currentTTL = last.getTTL();
317 defaultTTL = st.getTTL();
Tokenizer.java 473 getTTL() throws IOException {
DNSSEC.java 927 rrset.getTTL(), rrset.getType(),
928 alg, rrset.getTTL(),
Record.java 546 getTTL() {
  /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/luni/src/main/java/java/net/
DatagramSocketImpl.java 109 protected abstract byte getTTL() throws IOException;
MulticastSocket.java 133 public byte getTTL() throws IOException {
135 return impl.getTTL();
PlainDatagramSocketImpl.java 115 public byte getTTL() throws IOException {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DatagramSocketImplTest.java 79 protected byte getTTL() throws IOException {
MulticastSocketTest.java 240 assertEquals("Returned incorrect TTL", 120, mss.getTTL());
707 assertEquals("Failed to set TTL", 120, mss.getTTL());
    [all...]
DatagramSocketTest.java 806 protected byte getTTL() throws IOException {
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldDatagramSocketImplFactoryTest.java 147 protected byte getTTL() throws IOException {
OldDatagramSocketTest.java     [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 426 public int getTTL() {
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now));
DNSRecord.java     [all...]
JmDNSImpl.java     [all...]

Completed in 213 milliseconds

1 2