Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNS.c571 if (q->CNAMEReferrals >= 10 || selfref) in AnswerQuestionByFollowingCNAME()
576 q->CNAMEReferrals, selfref ? " (Self-Referential)" : "", RRDisplayString(m, rr)); in AnswerQuestionByFollowingCNAME()
607 q->CNAMEReferrals, RRDisplayString(m, rr)); in AnswerQuestionByFollowingCNAME()
617 if ((q->CNAMEReferrals == 0) && !q->metrics.originalQName) in AnswerQuestionByFollowingCNAME()
651 …q->CNAMEReferrals += 1; // Increment value before calling mDNS… in AnswerQuestionByFollowingCNAME()
652 …const mDNSu32 c = q->CNAMEReferrals; // Stash a copy of the new q->CNAMERef… in AnswerQuestionByFollowingCNAME()
656 q->CNAMEReferrals = c; in AnswerQuestionByFollowingCNAME()
5097 q->CNAMEReferrals = 0; // Reset referral count in AnswerNewQuestion()
5808 question->CNAMEReferrals = 0; in ActivateUnicastQuery()
10791 q->CNAMEReferrals = question->CNAMEReferrals; in UpdateQuestionDuplicates()
[all …]
H A DmDNSEmbeddedAPI.h1867 mDNSu32 CNAMEReferrals; // Count of how many CNAME redirections we've done member