Home
last modified time | relevance | path

Searched refs:mDNSPlatformValidQuestionForInterface (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1923 mDNSexport mDNSBool mDNSPlatformValidQuestionForInterface(DNSQuestion *q, const NetworkInterfaceInf… in mDNSPlatformValidQuestionForInterface() function
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h3149 extern mDNSBool mDNSPlatformValidQuestionForInterface(DNSQuestion *q, const NetworkInterfaceInfo …
H A DmDNS.c3889 if (!mDNSPlatformValidQuestionForInterface(q, intf)) in SendQueries()