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

  /external/mdnsresponder/mDNSCore/
DNSCommon.h 173 ((RR)->rrtype == kDNSType_NS || (RR)->rrtype == kDNSType_CNAME || (RR)->rrtype == kDNSType_PTR || (RR)->rrtype == kDNSType_DNAME) ? &(RR)->rdata->u.name : \
DNSCommon.c 150 case kDNSType_NS: return("NS");
187 case kDNSType_NS: // Same as PTR
    [all...]
mDNSEmbeddedAPI.h 147 kDNSType_NS, // 2 Name Server
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.c 655 exception = ( ( question.qtype == kDNSType_SOA ) || ( question.qtype == kDNSType_NS ) || ( ( question.qtype == kDNSType_SRV ) && IsPublicSRV( self, &question ) ) );
    [all...]

Completed in 39 milliseconds