Searched defs:scoped (Results 1 - 4 of 4) sorted by relevance

/external/iproute2/ip/
H A Dipaddress.c1000 int scoped = 0; local
1058 scoped = 1;
1144 if (!scoped && cmd != RTM_DELADDR)
/external/mdnsresponder/mDNSCore/
H A DuDNS.c104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
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.
H A DmDNSEmbeddedAPI.h1075 mDNSBool scoped; // interface should be matched against question only member in struct:DNSServer
1076 // if scoped is set
1278 // Currently we have no concept of a wide-area uDNS record scoped to a particular interface, so if the InterfaceID is
2471 extern DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.c3107 DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) argument
3108 { ( void ) m; ( void ) d; ( void ) interface; ( void ) addr; ( void ) port; ( void ) scoped; ( void ) timeout; return(NULL); }

Completed in 165 milliseconds