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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c3603 mDNSBool Suppress = mDNSfalse; local
3615 else if ((Suppress = SuppressOnThisInterface(q->DupSuppress, intf)) ||
3622 // Note: We don't suppress anonymous questions and hence Suppress should always
3625 if (Suppress)
3628 if (!Suppress && q->AnonInfo)
3630 debugf("SendQueries: marking for question %##s, Suppress %d", q->qname.c, Suppress);

Completed in 118 milliseconds