Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c468 if (q->CNAMEReferrals >= 10 || selfref) in AnswerQuestionByFollowingCNAME()
471 …q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, selfref ? " (Self-Referential)" : "", RRD… in AnswerQuestionByFollowingCNAME()
475 … const mDNSu32 c = q->CNAMEReferrals + 1; // Stash a copy of the new q->CNAMEReferrals value in AnswerQuestionByFollowingCNAME()
509 q, q->qname.c, DNSTypeName(q->qtype), q->CNAMEReferrals, RRDisplayString(m, rr)); in AnswerQuestionByFollowingCNAME()
526 q->CNAMEReferrals = c; in AnswerQuestionByFollowingCNAME()
5342 question->CNAMEReferrals = 0; in ActivateUnicastQuery()
10425 q->CNAMEReferrals = question->CNAMEReferrals; in UpdateQuestionDuplicates()
11524 question->CNAMEReferrals = 0; in InitCommonState()
H A DmDNSEmbeddedAPI.h1926 mDNSu32 CNAMEReferrals; // Count of how many CNAME redirections we've done member