Home
last modified time | relevance | path

Searched refs:dnsCache (Results 1 – 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DDNSListener.java27 void updateRecord(DNSCache dnsCache, long now, DNSEntry record); in updateRecord() argument
DServiceInfoImpl.java865 public void updateRecord(DNSCache dnsCache, long now, DNSEntry rec) { in updateRecord() argument
892 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS… in updateRecord()
893 this.updateRecord(dnsCache, now, entry); in updateRecord()
895 …for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CL… in updateRecord()
896 this.updateRecord(dnsCache, now, entry); in updateRecord()