Searched refs:UpdateQuestionDuplicates (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c405 // A and B, and when we stop question A, UpdateQuestionDuplicates copies the value of CNAMEReferrals
407 // the target name is still the same), and then when we stop question B, UpdateQuestionDuplicates
7630 mDNSlocal void UpdateQuestionDuplicates(mDNS *const m, DNSQuestion *const question) function
7639 LogInfo("UpdateQuestionDuplicates: question %p %##s (%s) duplicate of %p %##s (%s)",
7686 debugf("UpdateQuestionDuplicates transferred LocalSocket pointer for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
7690 LogInfo("UpdateQuestionDuplicates transferred nta pointer for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
7695 if (question->tcp) LogInfo("UpdateQuestionDuplicates did not transfer tcp pointer");
7699 LogInfo("UpdateQuestionDuplicates transferred LLQ state for %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
8564 // Take care to cut question from list *before* calling UpdateQuestionDuplicates
8565 UpdateQuestionDuplicates(
[all...]

Completed in 51 milliseconds