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

  /src/external/apache2/mDNSResponder/dist/unittests/
unittest_common.c 173 mDNSu32 resGroupID = dns_server_resGroupID;
182 cellIntf, isExpensive, isConstrained, isCLAT46, resGroupID,
  /src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c 127 mDNSBool isCell, mDNSBool isExpensive, mDNSBool isConstrained, mDNSBool isCLAT46, mDNSu32 resGroupID,
143 "scopeType %d, resGroupID %u" PUB_S PUB_S PUB_S PUB_S PUB_S PUB_S PUB_S,
145 (int)scopeType, resGroupID,
232 server->resGroupID = resGroupID;
7401 mDNSu32 resGroupID, mDNSBool reqA, mDNSBool reqAAAA, mDNSBool reqDO)
7415 (void) resGroupID;
DNSCommon.c 2197 const mDNSu32 idr = rr->rDNSServer ? rr->rDNSServer->resGroupID : 0;
2198 const mDNSu32 idq = q->qDNSServer ? q->qDNSServer->resGroupID : 0;
2394 const mDNSu32 idr = rr->rDNSServer ? rr->rDNSServer->resGroupID : 0;
2395 const mDNSu32 idq = q->qDNSServer ? q->qDNSServer->resGroupID : 0;
mDNSEmbeddedAPI.h 1324 mDNSu32 resGroupID; // ID of the resolver group that contains this DNSServer
3162 mDNSu32 resGroupID, mDNSBool reqA, mDNSBool reqAAAA, mDNSBool reqDO);
mDNS.c 8945 const mDNSu32 id1 = (pktrr->rDNSServer ? pktrr->rDNSServer->resGroupID : 0);
8946 const mDNSu32 id2 = (rr->resrec.rDNSServer ? rr->resrec.rDNSServer->resGroupID : 0);
11162 // Resource record received via unicast, the resGroupID should match ?
11181 const mDNSu32 id1 = (cr->resrec.rDNSServer ? cr->resrec.rDNSServer->resGroupID : 0);
11182 const mDNSu32 id2 = (m->rec.r.resrec.rDNSServer ? m->rec.r.resrec.rDNSServer->resGroupID : 0);
11474 const mDNSu32 id1 = (rr1->rDNSServer ? rr1->rDNSServer->resGroupID : 0);
11475 const mDNSu32 id2 = (rr2->rDNSServer ? rr2->rDNSServer->resGroupID : 0);
18710 // All non-scoped resolvers share the same resGroupID. At no point in time a cache entry using DNSServer
18712 // resolvers don't share the same resGroupID. A few examples to describe the interaction with how we pick
18718 // pointer immediately (qDNSServer and rDNSServer may be different but still share the same resGroupID). If we don'
    [all...]

Completed in 138 milliseconds