Home
last modified time | relevance | path

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

/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java504 public synchronized boolean replaceDNSEntry(DNSEntry newDNSEntry, DNSEntry existingDNSEntry) { in replaceDNSEntry() method in DNSCache
DJmDNSImpl.java1366 this.getCache().replaceDNSEntry(newRecord, cachedRecord); in handleRecord()