HomeSort by: relevance | last modified time | path
    Searched refs:SupportsUnicastMDNSResponse (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 1469 intf->coreIntf.SupportsUnicastMDNSResponse = mDNStrue;
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNSEmbeddedAPI.h 2213 mDNSBool SupportsUnicastMDNSResponse; // Indicates that the interface supports unicast responses
mDNS.c 3801 mDNSBool ucast = (q->LargeAnswers || q->RequestUnicast) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
4807 mDNSBool ucast = (ar->ProbeCount >= DefaultProbeCountForTypeUnique-1) && m->CanReceiveUnicastOn5353 && intf->SupportsUnicastMDNSResponse;
12186 if (ResponseMCast && (!intf || intf->SupportsUnicastMDNSResponse) &&

Completed in 96 milliseconds