Home
last modified time | relevance | path

Searched refs:getTTL (Results 1 – 17 of 17) sorted by relevance

/external/smack/src/org/xbill/DNS/
DRRset.java79 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()
DCache.java48 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()
DMaster.java149 currentTTL = last.getTTL(); in parseTTLClassAndType()
317 defaultTTL = st.getTTL(); in _nextRecord()
DSIGBase.java75 origttl = st.getTTL(); in rdataFromString()
DTokenizer.java473 getTTL() throws IOException { in getTTL() method in Tokenizer
DDNSSEC.java927 rrset.getTTL(), rrset.getType(), in sign()
928 alg, rrset.getTTL(), in sign()
DRecord.java546 getTTL() { in getTTL() method in Record
/external/jmdns/src/javax/jmdns/impl/tasks/state/
DRenewer.java59 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()
DCanceler.java104 …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()
DAnnouncer.java104 …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()
DProber.java118 …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()
DDNSStateTask.java66 public int getTTL() { in getTTL() method in DNSStateTask
/external/nist-sip/java/javax/sip/header/
DViaHeader.java33 int getTTL(); in getTTL() method
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java426 public int getTTL() { in getTTL() method in Via
/external/jmdns/src/javax/jmdns/impl/
DDNSOutgoing.java158 writeInt((now == 0) ? rec.getTTL() : rec.getRemainingTTL(now)); in writeRecord()
DDNSRecord.java1022 public int getTTL() { in getTTL() method in DNSRecord
DJmDNSImpl.java1353 if (newRecord.getTTL() == 0) { in handleRecord()