Home
last modified time | relevance | path

Searched refs:kDNSQType_ANY (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DDNSCommon.h176 …e(R,Q) ((R)->rrtype == kDNSType_CNAME || (R)->rrtype == (Q) || (Q) == kDNSQType_ANY || RRAssertsNo…
H A DDNSCommon.c216 case kDNSQType_ANY: return("ANY"); in DNSTypeName()
2323 …mDNS_SetupResourceRecord(&prereq, mDNSNULL, mDNSInterface_Any, kDNSQType_ANY, kStandardTTL, 0, Aut… in putPrereqNameNotInUse()
2325 prereq.resrec.rrtype = kDNSQType_ANY; in putPrereqNameNotInUse()
2374 mDNSu16 rrtype = kDNSQType_ANY; in putDeleteAllRRSets()
H A DmDNSEmbeddedAPI.h264 kDNSQType_ANY // Not a DNS type, but a DNS query type, meaning "all types" enumerator
H A DmDNS.c3064 …if (r2->resrec.rrtype >= kDNSQType_ANY) { LogMsg("SendResponses: Can't create NSEC for record %s",… in SendResponses()
3945 … if (questionptr && (question.qtype == kDNSQType_ANY) && (question.qclass == qclass) && in SendQueries()
3956 …newptr = putQuestion(&m->omsg, queryptr, limit - forecast, ar->resrec.name, kDNSQType_ANY, qclass); in SendQueries()
H A DuDNS.c5693 else if (mrr->rrtype == kDNSQType_ANY) in DNSPushProcessResponse()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c1979 …mDNS_SetupResourceRecord(&st[i], mDNSNULL, mDNSInterface_Any, kDNSQType_ANY, kStandardTTL, 0, Auth… in AllocateSubTypes()