Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:scoped

104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout)
117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped);
123 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disabled &&
145 (*p)->scoped = scoped;
4816 // We suppressed the domain enumeration for scoped search domains below. When we enable that
4846 // Also, suppress the domain enumeration for scoped search domains for now until there is a need.