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

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c4509 mDNSBool DisallowPID = q->DisallowPID; local
4513 q->DisallowPID = mDNSfalse;
4518 q->DisallowPID = DisallowPID;
10353 (q->DisallowPID == question->DisallowPID) && // Disallowing a PID should not affect a PID that is allowed
11443 // set DisallowPID
11444 question->DisallowPID = (question->ServiceID == 0 || (mDNSPlatformAllowPID(m, question) == 0));
11445 if (question->DisallowPID)
[all...]
H A DmDNSEmbeddedAPI.h1615 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1966 mDNSBool DisallowPID; // Is the query allowed for the "PID" that we are sending on behalf of ? member in struct:DNSQuestion_struct
H A DDNSCommon.c1479 q->DisallowPID = mDNSfalse;

Completed in 224 milliseconds