Searched refs:scoped (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A DMakefile36 ETC_FILES = etc.alt etc.scoped etc.tweaks etc.warn
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c115 const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA,
130 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",
131 NumUnicastDNSServers, addr, d->c, interface, serviceID, scoped, resGroupID, reqA ? "True" : "False", reqAAAA ? "True" : "False",
136 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->serviceID == serviceID && (*p)->teststate != DNSServer_Disabled &&
187 (*p)->scoped = scoped;
211 // be adding a new non-scoped resolver with a new ID and we want all the non-scoped
5502 // We suppressed the domain enumeration for scoped searc
114 mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSs32 serviceID, const mDNSAddr *addr, const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA, mDNSBool reqAAAA, mDNSBool reqDO) argument
5989 mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSs32 serviceID, const mDNSAddr *addr, const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA, mDNSBool reqAAAA, mDNSBool reqDO) argument
[all...]
H A DmDNSEmbeddedAPI.h1344 // scoped values for DNSServer matching
1348 kScopeInterfaceID = 1, // Scoped DNS server used only by scoped questions
1373 mDNSu32 scoped; // See the scoped enum above member in struct:DNSServer
1605 // Currently we have no concept of a wide-area uDNS record scoped to a particular interface, so if the InterfaceID is
3028 const mDNSIPPort port, mDNSu32 scoped, mDNSu32 timeout, mDNSBool cellIntf, mDNSu16 resGroupID, mDNSBool reqA,
H A DmDNS.c4523 // We handle mDNSInterface_Any and scoped questions here. See LocalOnlyRecordAnswersQuestion for more
4525 // we handle both mDNSInterface_Any and scoped questions.
10671 // with "scoped" set to kScopeNone)
10673 // 2) Scoped questions (non-NULL InterfaceID) should consider *only* scoped DNSServers (DNSServer
10674 // with "scoped" set to kScopeInterfaceId) and their InterfaceIDs should match.
10676 // 3) Scoped questions (non-zero ServiceID) should consider *only* scoped DNSServers (DNSServer
10677 // with "scoped" set to kScopeServiceID) and their ServiceIDs should match.
10685 // - DNSServer is not scoped, InterfaceID is not NULL - we should skip the current DNSServer entry
10686 // as scoped questions should not pick non-scoped DNSServe
[all...]
H A Duds_daemon.c1799 // registrations scoped to a specific interface, so for the automatic domains we add we must *not* specify an interface.
2023 // The registration is scoped to a specific interface index, but the
2622 // The browse is scoped to a specific interface index, but the
2821 // The operation is scoped to a specific interface index, but the
3734 // The request is scoped to a specific interface index, but the
4451 // The request is scoped to a specific interface index, but the
5794 if (!InterfaceID && cr->resrec.rDNSServer && cr->resrec.rDNSServer->scoped)

Completed in 162 milliseconds