Home
last modified time | relevance | path

Searched refs:CLASS_ANY (Results 1 – 4 of 4) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/constants/
DDNSRecordClass.java42 CLASS_ANY("any", 255); enumConstant
/external/jmdns/src/javax/jmdns/impl/
DDNSCache.java412 …if (testDNSEntry.getRecordType().equals(type) && ((DNSRecordClass.CLASS_ANY == recordClass) || tes… in getDNSEntry()
435 …if (!testDNSEntry.getRecordType().equals(type) || ((DNSRecordClass.CLASS_ANY != recordClass) && !t… in getDNSEntryList()
DDNSEntry.java77 … this.getRecordType().equals(entry.getRecordType()) && ((DNSRecordClass.CLASS_ANY == entry.getReco… in isSameEntry()
DJmDNSImpl.java759 … this.getCache().getDNSEntry(new DNSRecord.Pointer(type, DNSRecordClass.CLASS_ANY, false, 0, info.… in getServiceInfoFromCache()
768 ….getCache().getDNSEntry(info.getQualifiedName(), DNSRecordType.TYPE_SRV, DNSRecordClass.CLASS_ANY); in getServiceInfoFromCache()
777 …addressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_ANY); in getServiceInfoFromCache()
787 …ressEntry = this.getCache().getDNSEntry(server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_ANY); in getServiceInfoFromCache()
797 …che().getDNSEntry(cachedInfo.getQualifiedName(), DNSRecordType.TYPE_TXT, DNSRecordClass.CLASS_ANY); in getServiceInfoFromCache()