Lines Matching defs:scoped
112 const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA,
127 LogInfo("mDNS_AddDNSServer(%d): Adding %#a for %##s, InterfaceID %p, serviceID %u, scoped %d, resGroupID %d req_A is %s req_AAAA is %s cell %s req_DO is %s",
128 NumUnicastDNSServers, addr, d->c, interface, serviceID, scoped, resGroupID, reqA ? "True" : "False", reqAAAA ? "True" : "False",
133 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->serviceID == serviceID && (*p)->teststate != DNSServer_Disabled &&
178 (*p)->scoped = scoped;
202 // be adding a new non-scoped resolver with a new ID and we want all the non-scoped
5464 // We suppressed the domain enumeration for scoped search domains below. When we enable that
5503 // We suppressed the domain enumeration for scoped search domains below. When we enable that
5535 // Also, suppress the domain enumeration for scoped search domains for now until there is a need.
5572 // Also, suppress the domain enumeration for scoped search domains for now until there is a need.
5593 // Also, suppress the domain enumeration for scoped search domains for now until there is a need.
5952 const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA,
5961 (void) scoped;