HomeSort by relevance Sort by last modified time
    Searched refs:getDNSEntryList (Results 1 - 3 of 3) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSCache.java 37 * for (Iterator i=dnscache.getDNSEntryList(name).iterator(); i.hasNext(); ) {
363 public synchronized Collection<? extends DNSEntry> getDNSEntryList(String name) {
429 public synchronized Collection<? extends DNSEntry> getDNSEntryList(String name, DNSRecordType type, DNSRecordClass recordClass) {
JmDNSImpl.java     [all...]
ServiceInfoImpl.java 892 for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_A, DNSRecordClass.CLASS_IN)) {
895 for (DNSEntry entry : dnsCache.getDNSEntryList(_server, DNSRecordType.TYPE_AAAA, DNSRecordClass.CLASS_IN)) {
    [all...]

Completed in 772 milliseconds