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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1108 const AuthRecord *s1 = rr->RRSet ? rr->RRSet : rr;
1109 const AuthRecord *s2 = (*rp)->RRSet ? (*rp)->RRSet : *rp;
1311 // rr->RRSet = set to mDNSNULL in mDNS_SetupResourceRecord; may be overridden by client
2510 // the whole RRSet as an atomic unit. That means that if we have any other records with the same name/type/class
2512 // record, then other RRSet members that have not been sent recently will get flushed out of client caches.
2518 if (rr->ImmedAnswer) // If we're sending this as answer, see that its whole RRSet is similarly marked
2526 else if (rr->ImmedAdditional) // If we're sending this as additional, see that its whole RRSet is similarly marked
2699 // make sure we haven't already sent any other members of its RRSet
[all...]
H A DmDNSEmbeddedAPI.h1513 AuthRecord *RRSet; // This unique record is part of an RRSet member in struct:AuthRecord_struct
H A DDNSCommon.c1414 rr->RRSet = mDNSNULL;
3482 // authoritative for the entire RRSet), unless this is a truncated response

Completed in 114 milliseconds