Home
last modified time | relevance | path

Searched refs:ShouldSuppressUnicastQuery (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2710 extern mDNSBool ShouldSuppressUnicastQuery(const DNSQuestion *q, mdns_dns_service_t dnsservice);
H A DmDNS.c11301 mDNSexport mDNSBool ShouldSuppressUnicastQuery(const DNSQuestion *const q, const mdns_dns_service_t… in ShouldSuppressUnicastQuery() function
11303 mDNSlocal mDNSBool ShouldSuppressUnicastQuery(const DNSQuestion *const q, const DNSServer *const se… in ShouldSuppressUnicastQuery()
11421 return (ShouldSuppressUnicastQuery(q, q->dnsservice)); in ShouldSuppressQuery()
11423 return (ShouldSuppressUnicastQuery(q, q->qDNSServer)); in ShouldSuppressQuery()
15018 q->Suppressed = ShouldSuppressUnicastQuery(q, s); in uDNS_SetupDNSConfig()
15039 q->Suppressed = ShouldSuppressUnicastQuery(q, s); in uDNS_SetupDNSConfig()