/external/smack/src/org/xbill/DNS/ |
D | RRset.java | 79 if (r.getTTL() != first.getTTL()) { in addRR() 80 if (r.getTTL() > first.getTTL()) { in addRR() 82 r.setTTL(first.getTTL()); in addRR() 87 tmp.setTTL(r.getTTL()); in addRR() 209 getTTL() { in getTTL() method in RRset 210 return first().getTTL(); in getTTL() 246 sb.append(getTTL() + " "); in toString()
|
D | Cache.java | 48 this.expire = limitExpire(rec.getTTL(), maxttl); in CacheRRset() 56 this.expire = limitExpire(rrset.getTTL(), maxttl); in CacheRRset() 352 long ttl = rrset.getTTL(); in addRRset() 385 ttl = soa.getTTL(); in addNegative()
|
D | Master.java | 149 currentTTL = last.getTTL(); in parseTTLClassAndType() 317 defaultTTL = st.getTTL(); in _nextRecord()
|
D | SIGBase.java | 75 origttl = st.getTTL(); in rdataFromString()
|
D | Tokenizer.java | 473 getTTL() throws IOException { in getTTL() method in Tokenizer
|
D | DNSSEC.java | 927 rrset.getTTL(), rrset.getType(), in sign() 928 alg, rrset.getTTL(), in sign()
|
D | Record.java | 546 getTTL() { in getTTL() method in Record
|
/external/jmdns/src/javax/jmdns/impl/tasks/state/ |
D | Renewer.java | 59 timer.schedule(this, getTTL() * 500, getTTL() * 500); in start() 105 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 118 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Canceler.java | 104 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Announcer.java | 104 …r (DNSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 117 …for (DNSRecord answer : info.answers(DNSRecordClass.UNIQUE, this.getTTL(), this.getDns().getLocalH… in buildOutgoingForInfo()
|
D | Prober.java | 118 …NSRecord answer : this.getDns().getLocalHost().answers(DNSRecordClass.NOT_UNIQUE, this.getTTL())) { in buildOutgoingForDNS() 133 …ualifiedName(), DNSRecordClass.CLASS_IN, DNSRecordClass.NOT_UNIQUE, this.getTTL(), info.getPriorit… in buildOutgoingForInfo()
|
D | DNSStateTask.java | 66 public int getTTL() { in getTTL() method in DNSStateTask
|
/external/nist-sip/java/javax/sip/header/ |
D | ViaHeader.java | 33 int getTTL(); in getTTL() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Via.java | 426 public int getTTL() { in getTTL() method in Via
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSOutgoing.java | 158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now)); in writeRecord()
|
D | DNSRecord.java | 1022 public int getTTL() { in getTTL() method in DNSRecord
|
D | JmDNSImpl.java | 1353 if (newRecord.getTTL() == 0) { in handleRecord()
|