Searched refs:RRSet (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DmDNS.c1098 const AuthRecord *s1 = rr->RRSet ? rr->RRSet : rr;
1099 const AuthRecord *s2 = (*rp)->RRSet ? (*rp)->RRSet : *rp;
1279 // rr->RRSet = set to mDNSNULL in mDNS_SetupResourceRecord; may be overridden by client
2463 // the whole RRSet as an atomic unit. That means that if we have any other records with the same name/type/class
2465 // record, then other RRSet members that have not been sent recently will get flushed out of client caches.
2471 if (rr->ImmedAnswer) // If we're sending this as answer, see that its whole RRSet is similarly marked
2479 else if (rr->ImmedAdditional) // If we're sending this as additional, see that its whole RRSet is similarly marked
2652 // make sure we haven't already sent any other members of its RRSet
[all...]
H A DmDNSEmbeddedAPI.h1508 AuthRecord *RRSet; // This unique record is part of an RRSet member in struct:AuthRecord_struct
H A DDNSCommon.c1411 rr->RRSet = mDNSNULL;
3479 // authoritative for the entire RRSet), unless this is a truncated response
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A DmDNSMacOSX.c8835 // need to be able set the RRSet of a resource record to the first one in the list and also update when
8836 // one of them go away. This is needed so that the core thinks that they are all part of the same RRSet and
9417 rr->RRSet = (primary ? primary : rr);
9476 if (r->RRSet == rr)
9479 r->RRSet = new_primary;

Completed in 302 milliseconds