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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1620 #define QuerySuppressed(Q) (((Q)->SuppressUnusable && (Q)->SuppressQuery) || ((Q)->DisallowPID))
1981 mDNSBool DisallowPID; // Is the query allowed for the "PID" that we are sending on behalf of ? member in struct:DNSQuestion_struct
H A DmDNS.c4589 mDNSBool DisallowPID = q->DisallowPID; local
4593 q->DisallowPID = mDNSfalse;
4598 q->DisallowPID = DisallowPID;
10404 (q->DisallowPID == question->DisallowPID) && // Disallowing a PID should not affect a PID that is allowed
11507 // set DisallowPID
11508 question->DisallowPID = (question->ServiceID == 0 || (isCellBlocked && question->qDNSServer && question->qDNSServer->cellIntf));
11509 if (question->DisallowPID)
[all...]
H A DDNSCommon.c1485 q->DisallowPID = mDNSfalse;

Completed in 138 milliseconds