Searched refs:DisallowPID (Results 1 – 3 of 3) sorted by relevance
1622 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))1973 …mDNSBool DisallowPID; // Is the query allowed for the "PID" that we are sending … member
4520 mDNSBool DisallowPID = q->DisallowPID; in AnswerSuppressedQuestion() local4524 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()
1484 q->DisallowPID = mDNSfalse; in mDNS_SetupQuestion()