Searched defs:DNSRecord (Results 1 - 2 of 2) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java32 public abstract class DNSRecord extends DNSEntry { class in inherits: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) { method in class:DNSRecord
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 othe
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientstub.c114 typedef struct _DNSRecordRef_t DNSRecord; typedef in typeref:struct:_DNSRecordRef_t
143 DNSRecord *rec;
152 DNSRecord *recnext;
374 DNSRecord *rec = sdRef->rec;
377 DNSRecord *next = rec->recnext;
815 DNSRecord *rec;
816 DNSRecord *recnext;
1635 DNSRecord **p;
1674 rref = malloc(sizeof(DNSRecord));
1708 DNSRecord **
[all...]

Completed in 145 milliseconds