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

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 159 #define RRTypeAnswersQuestionType(R,Q) ((R)->rrtype == kDNSType_CNAME || (R)->rrtype == (Q) || (Q) == kDNSQType_ANY || RRAssertsNonexistence((R),(Q)))
160 #define RRAssertsNonexistence(R,T) ((R)->rrtype == kDNSType_NSEC && (T) < kDNSQType_ANY && !((R)->rdata->u.nsec.bitmap[(T)>>3] & (128 >> ((T)&7))))
DNSCommon.c 162 case kDNSQType_ANY: return("ANY");
    [all...]
mDNSEmbeddedAPI.h 223 kDNSQType_ANY // Not a DNS type, but a DNS query type, meaning "all types"
    [all...]
mDNS.c 631 // In addition, when probing we send our questions with the wildcard type kDNSQType_ANY,
    [all...]
  /external/mdnsresponder/mDNSPosix/
Identify.c 347 if (hostname[0]) DoQuery(&q, hostname, kDNSQType_ANY, &target, InfoCallback);
  /external/mdnsresponder/mDNSShared/
dnsextd.c     [all...]
uds_daemon.c     [all...]

Completed in 53 milliseconds