Home
last modified time | relevance | path

Searched refs:RRSet (Results 1 – 7 of 7) sorted by relevance

/external/avahi/specs/
Ddraft-cheshire-dnsext-multicastdns-05.txt730 Outdated Cache Entries"), indicating that they form a unique RRSet,
1494 constituting a single unique RRSet is too large to fit in a single
1505 of the RRSet. When receiving records with the "cache flush" bit set,
1512 unique RRSet, it SHOULD send the entire RRSet, preferably in a single
1513 packet, or if the entire RRSet will not fit in a single packet, in a
1515 SHOULD set the cache flush bit on all members of the unique RRSet.
1517 entire unique RRSet in a single packet or a rapid packet burst,
2169 unique RRSet, and the entire RRSet has been sent together (in the
Ddraft-cheshire-dnsext-multicastdns-04.txt673 the cache flush bit set, indicating that they form a unique RRSet,
1517 constituting a single unique RRSet is too large to fit in a single
1521 of the RRSet. When receiving records with the "cache flush" bit set,
1528 unique RRSet, it SHOULD send the entire RRSet, preferably in a single
1529 packet, or if the entire RRSet will not fit in a single packet, in a
1531 SHOULD set the cache flush bit on all members of the unique RRSet.
1533 entire unique RRSet in a single packet or a rapid packet burst,
Ddraft-cheshire-dnsext-multicastdns-03.txt673 the cache flush bit set, indicating that they form a unique RRSet,
1517 constituting a single unique RRSet is too large to fit in a single
1521 of the RRSet. When receiving records with the "cache flush" bit set,
1528 unique RRSet, it SHOULD send the entire RRSet, preferably in a single
1529 packet, or if the entire RRSet will not fit in a single packet, in a
1531 SHOULD set the cache flush bit on all members of the unique RRSet.
1533 entire unique RRSet in a single packet or a rapid packet burst,
Ddraft-cheshire-dnsext-multicastdns-06.txt780 Outdated Cache Entries"), indicating that they form a unique RRSet,
1707 constituting a single unique RRSet is too large to fit in a single
1711 of the RRSet. When receiving records with the "cache flush" bit set,
1718 unique RRSet, it SHOULD send the entire RRSet, preferably in a single
1719 packet, or if the entire RRSet will not fit in a single packet, in a
1721 SHOULD set the cache flush bit on all members of the unique RRSet.
1723 entire unique RRSet in a single packet or a rapid packet burst,
2537 unique RRSet, and the entire RRSet has been sent together (in the
/external/mdnsresponder/mDNSCore/
DmDNS.c990 const AuthRecord *s1 = rr->RRSet ? rr->RRSet : rr; in CheckAuthRecordConflict()
991 const AuthRecord *s2 = (*rp)->RRSet ? (*rp)->RRSet : *rp; in CheckAuthRecordConflict()
5553 while (rr->RRSet && rr != rr->RRSet) rr = rr->RRSet; in FindRRSet()
5579 const AuthRecord *ourset = our->RRSet ? our->RRSet : our; in PacketRRConflict()
9215 set->RR_A.RRSet = &primary->RR_A; // May refer to self in AdvertiseInterface()
9245 if (intf->RR_A.RRSet == &set->RR_A) in DeadvertiseInterface()
9246 intf->RR_A.RRSet = A; in DeadvertiseInterface()
DmDNSEmbeddedAPI.h1190 AuthRecord *RRSet; // This unique record is part of an RRSet member
DDNSCommon.c1047 rr->RRSet = mDNSNULL; in mDNS_SetupResourceRecord()