Lines Matching refs:answer
369 …stance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddReco… in FoundInstance() argument
380 if (answer->rrtype != kDNSType_PTR) in FoundInstance()
381 …{ LogMsg("FoundInstance: Should not be called with rrtype %d (not a PTR record)", answer->rrtype);… in FoundInstance()
383 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain)) in FoundInstance()
386 answer->name->c, answer->rdata->u.name.c); in FoundInstance()
455 …ceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddReco… in FoundServiceInfo() argument
461 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL; in FoundServiceInfo()
462 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL; in FoundServiceInfo()
466 if (answer->rrtype == kDNSType_SRV) x->SRV = answer; in FoundServiceInfo()
467 if (answer->rrtype == kDNSType_TXT) x->TXT = answer; in FoundServiceInfo()
471 ConvertDomainNameToCString(answer->name, fullname); in FoundServiceInfo()
629 …sponse(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddReco… in DNSServiceQueryRecordResponse() argument
634 ConvertDomainNameToCString(answer->name, fullname); in DNSServiceQueryRecordResponse()
636 …fullname, answer->rrtype, answer->rrclass, answer->rdlength, answer->rdata->u.data, answer->rrorig… in DNSServiceQueryRecordResponse()