OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RRSet
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
1490
const uintptr_t s1 = rr->
RRSet
? rr->
RRSet
: (uintptr_t)rr;
1491
const uintptr_t s2 = rp->
RRSet
? rp->
RRSet
: (uintptr_t)rp;
1805
// rr->
RRSet
= set to mDNSNULL in mDNS_SetupResourceRecord; may be overridden by client
3290
// the whole
RRSet
as an atomic unit. That means that if we have any other records with the same name/type/class
3292
// record, then other
RRSet
members that have not been sent recently will get flushed out of client caches.
3298
if (rr->ImmedAnswer) // If we're sending this as answer, see that its whole
RRSet
is similarly marked
3311
else if (rr->ImmedAdditional) // If we're sending this as additional, see that its whole
RRSet
is similarly marked
3461
// make sure we haven't already sent any other members of its
RRSet
-- if we have, then the
[
all
...]
mDNSEmbeddedAPI.h
1466
uintptr_t
RRSet
; // This unique record is part of an
RRSet
DNSCommon.c
1784
rr->
RRSet
= 0;
2465
if (rr->rrclass == kDNSQClass_ANY) return(rr->rdlength); // Used in update packets to mean "Delete An
RRset
" (RFC 2136)
4024
// For uDNS records, all are implicitly deemed unique (a single DNS server is always authoritative for the entire
RRSet
)
4048
if (rr->resrec.rrclass == kDNSQClass_ANY && pktrdlength == 0) // Used in update packets to mean "Delete An
RRset
" (RFC 2136)
/src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c
1892
ar->
RRSet
= (uintptr_t)request->sd;
1924
const uintptr_t s1 = rr->
RRSet
? rr->
RRSet
: (uintptr_t)rr;
1928
const uintptr_t s2 = rp->
RRSet
? rp->
RRSet
: (uintptr_t)rp;
2000
rr->
RRSet
= (uintptr_t)request->sd;
Completed in 66 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026