Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1622 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1973 …mDNSBool DisallowPID; // Is the query allowed for the "PID" that we are sending … member
H A DmDNS.c4520 mDNSBool DisallowPID = q->DisallowPID; in AnswerSuppressedQuestion() local
4524 q->DisallowPID = mDNSfalse; in AnswerSuppressedQuestion()
4529 q->DisallowPID = DisallowPID; in AnswerSuppressedQuestion()
10384 …(q->DisallowPID == question->DisallowPID) && // Disallowing a PID should not affect… in FindDuplicateQuestion()
11483 …question->DisallowPID = (question->ServiceID == 0 || (mDNSPlatformAllowPID(m, question) == 0… in InitCommonState()
11484 if (question->DisallowPID) in InitCommonState()
H A DDNSCommon.c1484 q->DisallowPID = mDNSfalse; in mDNS_SetupQuestion()