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

/external/mdnsresponder/mDNSCore/
H A DmDNS.c990 const AuthRecord *s1 = rr->RRSet ? rr->RRSet : rr;
991 const AuthRecord *s2 = (*rp)->RRSet ? (*rp)->RRSet : *rp;
1125 // rr->RRSet = set to mDNSNULL in mDNS_SetupResourceRecord; may be overridden by client
2173 // the whole RRSet as an atomic unit. That means that if we have any other records with the same name/type/class
2175 // record, then other RRSet members that have not been sent recently will get flushed out of client caches.
2181 if (rr->ImmedAnswer) // If we're sending this as answer, see that its whole RRSet is similarly marked
2189 else if (rr->ImmedAdditional) // If we're sending this as additional, see that its whole RRSet is similarly marked
2318 // make sure we haven't already sent any other members of its RRSet
[all...]
H A DmDNSEmbeddedAPI.h1190 AuthRecord *RRSet; // This unique record is part of an RRSet member in struct:AuthRecord_struct
H A DDNSCommon.c1047 rr->RRSet = mDNSNULL;
2185 // authoritative for the entire RRSet), unless this is a truncated response

Completed in 99 milliseconds