Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c625 q2->IsUnicastDotLocal = mDNStrue; in QueryRecordOpStart()
860 inQuestion->IsUnicastDotLocal = mDNStrue; in QueryRecordOpRestartUnicastQuestion()
864 inQuestion->IsUnicastDotLocal = mDNSfalse; in QueryRecordOpRestartUnicastQuestion()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1518 #define Question_uDNS(Q) ((Q)->IsUnicastDotLocal || (Q)->ProxyQuestion || \
1941 …mDNSBool IsUnicastDotLocal; // True if this is a dot-local query that should be answer… member
H A DmDNS.c649 q->IsUnicastDotLocal = mDNStrue; in AnswerQuestionByFollowingCNAME()
11317 if (!q->IsUnicastDotLocal) in ShouldSuppressUnicastQuery()
11326 if (!q->IsUnicastDotLocal) in ShouldSuppressUnicastQuery()