HomeSort by relevance Sort by last modified time
    Searched defs:DNSRecord (Results 1 - 2 of 2) sorted by null

  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 32 public abstract class DNSRecord extends DNSEntry {
33 private static Logger logger = Logger.getLogger(DNSRecord.class.getName());
43 * Create a DNSRecord with a name, type, class, and ttl.
45 DNSRecord(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl) {
57 return (other instanceof DNSRecord) && super.equals(other) && sameValue((DNSRecord) other);
63 abstract boolean sameValue(DNSRecord other);
68 boolean sameType(DNSRecord other) {
96 for (DNSRecord answer : msg.getAllAnswers()) {
112 boolean suppressedBy(DNSRecord other)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 113 typedef struct _DNSRecordRef_t DNSRecord;
142 DNSRecord *rec;
151 DNSRecord *recnext;
373 DNSRecord *rec = sdRef->rec;
376 DNSRecord *next = rec->recnext;
814 DNSRecord *rec;
815 DNSRecord *recnext;
    [all...]

Completed in 1395 milliseconds