Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/
H A DmDNSPosix.c1285 intf->coreIntf.SupportsUnicastMDNSResponse = mDNStrue; in SetupOneInterface()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h2082 … mDNSBool SupportsUnicastMDNSResponse; // Indicates that the interface supports unicast responses member
H A DmDNS.c3285 …geAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse; in BuildQuestion()
3930 …faultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse; in SendQueries()
9407 … if (ResponseMCast && (!intf || intf->SupportsUnicastMDNSResponse) && in mDNSCoreReceiveResponse()