Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c105 …Slocal void QueryRecordOpCallback(mDNS *m, DNSQuestion *inQuestion, const ResourceRecord *inAnswer,
120 mDNSlocal void NotifyWebContentFilter(const ResourceRecord *inAnswer, uid_t inUID);
701 …ecordOpCallback(mDNS *m, DNSQuestion *inQuestion, const ResourceRecord *inAnswer, QC_result inAddR… in QueryRecordOpCallback() argument
712 if (inAnswer->rrtype != kDNSType_SOA) goto exit; in QueryRecordOpCallback()
723 if (inAnswer->RecordType != kDNSRecordTypePacketNegative) in QueryRecordOpCallback()
744 else if (inAnswer->RecordType == kDNSRecordTypePacketNegative) in QueryRecordOpCallback()
767 if (!inAnswer->InterfaceID && IsLocalDomain(inAnswer->name)) in QueryRecordOpCallback()
770 (inAnswer->negativeRecordType == kNegativeRecordType_NoData)) || in QueryRecordOpCallback()
798 …if (op->resultHandler) op->resultHandler(m, inQuestion, inAnswer, inAddRecord, resultErr, op->resu… in QueryRecordOpCallback()
802 NotifyWebContentFilter(inAnswer, inQuestion->euid); in QueryRecordOpCallback()
[all …]