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

  /src/external/apache2/mDNSResponder/dist/unittests/
uds_daemon_ut.c 27 if (!InterfaceID && cr->resrec.rDNSServer && (cr->resrec.rDNSServer->scopeType != kScopeNone))
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 126 const mDNSs32 serviceID, const mDNSAddr *addr, const mDNSIPPort port, ScopeType scopeType, mDNSu32 timeout,
143 "scopeType %d, resGroupID %u" PUB_S PUB_S PUB_S PUB_S PUB_S PUB_S PUB_S,
145 (int)scopeType, resGroupID,
164 if (server->scopeType != scopeType) continue;
215 server->scopeType = scopeType;
7400 const mDNSIPPort port, ScopeType scopeType, mDNSu32 timeout, mDNSBool isCell, mDNSBool isExpensive, mDNSBool isConstrained, mDNSBool isCLAT46
    [all...]
mDNS.c 14132 // with scopeType set to kScopeNone)
14135 // with scopeType set to kScopeInterfaceID) and their InterfaceIDs should match.
14138 // with scopeType set to kScopeServiceID) and their ServiceIDs should match.
14156 if (((d->scopeType == kScopeNone) && (!InterfaceID && ServiceID == -1)) ||
14157 ((d->scopeType == kScopeInterfaceID) && d->interface == InterfaceID) ||
14158 ((d->scopeType == kScopeServiceID) && d->serviceID == ServiceID))
14179 debugf("SetValidDNSServers: Parsing DNS server Address %#a (Domain %##s), Scope: %d", &curr->addr, curr->domain.c, curr->scopeType);
14183 debugf("SetValidDNSServers: Delete set for index %d, DNS server %#a (Domain %##s), scoped %d", index, &curr->addr, curr->domain.c, curr->scopeType);
14196 if (((curr->scopeType == kScopeInterfaceID) && (curr->interface == mDNSInterface_Any)) ||
14197 ((curr->scopeType == kScopeServiceID) && (curr->serviceID <= 0))
    [all...]
mDNSEmbeddedAPI.h 1298 // ScopeType values for DNSServer matching
1305 } ScopeType;
1322 ScopeType scopeType; // See the ScopeType enum above
3161 const mDNSIPPort port, ScopeType scopeType, mDNSu32 timeout, mDNSBool cellIntf, mDNSBool isExpensive, mDNSBool isConstrained, mDNSBool isCLAT46,
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 7545 if (!InterfaceID && cr->resrec.rDNSServer && cr->resrec.rDNSServer->scopeType)

Completed in 35 milliseconds