Searched refs:CLASS_ANY (Results 1 – 4 of 4) sorted by relevance
/external/jmdns/src/javax/jmdns/impl/constants/ |
D | DNSRecordClass.java | 42 CLASS_ANY("any", 255); enumConstant
|
/external/jmdns/src/javax/jmdns/impl/ |
D | DNSCache.java | 412 …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()
|
D | DNSEntry.java | 77 … this.getRecordType().equals(entry.getRecordType()) && ((DNSRecordClass.CLASS_ANY == entry.getReco… in isSameEntry()
|
D | JmDNSImpl.java | 759 … 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()
|