Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h500 typedef struct CacheRecord_struct CacheRecord; typedef
1542CacheRecord *next; // Next in list; first element of structure for efficiency rea…
1546CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to s…
1560CacheRecord *NextInCFList; // Set if this is in the list of records we just received with…
1561 CacheRecord *soa; // SOA record to return for proxy questions
1577 CacheRecord *members;
1578 CacheRecord **rrcache_tail;
1586 CacheRecord *members; // List of CacheRecords with this same name
1587 CacheRecord **rrcache_tail; // Tail end of that list
1589 …mDNSu8 namestorage[sizeof(CacheRecord) - sizeof(struct CacheGroup_base)]; // match sizeof(CacheRe…
[all …]
H A DuDNS.h187 extern CacheRecord* mDNSCoreReceiveCacheCheck(mDNS *const m, const DNSMessage *const response, uDNS…
189 CacheRecord ***cfp, mDNSInterfaceID InterfaceID);
H A DmDNS.c241 CacheRecord *cr; in mDNS_ValidateLists()
991 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const… in PacketRRMatchesSignature()
1015 mDNSlocal mDNSBool ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const r… in ShouldSuppressKnownAnswer()
3229 mDNSexport void SetNextCacheCheckTimeForRecord(mDNS *const m, CacheRecord *const rr) in SetNextCacheCheckTimeForRecord()
3255 mDNSexport mStatus mDNS_Reconfirm_internal(mDNS *const m, CacheRecord *const rr, mDNSu32 interval) in mDNS_Reconfirm_internal()
3283 … DNSQuestion *q, CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion()
3298 CacheRecord *cr; in BuildQuestion()
3299CacheRecord **ka = *kalistptrptr; // Make a working copy of the pointer we're going to update in BuildQuestion()
3328 while (*ka) { CacheRecord *c = *ka; *ka = mDNSNULL; ka = &c->NextInKAList; } in BuildQuestion()
3369 CacheRecord *cr; in ReconfirmAntecedents()
[all …]
H A DDNSCommon.h182 extern mDNSBool SameNameCacheRecordAnswersQuestion(const CacheRecord *const cr, const DNSQuestion *…
185 extern mDNSBool CacheRecordAnswersQuestion(const CacheRecord *const cr, const DNSQuestion *const q);
H A DuDNS.c4686 CacheRecord *cr; in uDNS_CheckCurrentQuestion()
5577 CacheRecord *cr; in FlushAddressCacheRecords()
5652 CacheRecord *CacheFlushRecords = (CacheRecord*)1; in DNSPushProcessResponse()
5653 CacheRecord **cfp = &CacheFlushRecords; in DNSPushProcessResponse()
5714 CacheRecord *rr; in DNSPushProcessResponse()
5759 CacheRecord *rr = mDNSNULL; in DNSPushProcessResponse()
H A DDNSCommon.c183 const CacheRecord *rr; in NumCacheRecordsForInterfaceID()
1565 mDNSexport mDNSBool SameNameCacheRecordAnswersQuestion(const CacheRecord *const cr, const DNSQuesti… in SameNameCacheRecordAnswersQuestion()
1588 mDNSexport mDNSBool CacheRecordAnswersQuestion(const CacheRecord *const cr, const DNSQuestion *cons… in CacheRecordAnswersQuestion()
3160 CacheRecord *const rr = &largecr->r; in GetLargeResourceRecord()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Duds_daemon.c5722 mDNSlocal void PrintOneCacheRecordToFD(int fd, const CacheRecord *cr, mDNSu32 slot, const mDNSu32 r… in PrintOneCacheRecordToFD()
5736 mDNSlocal void PrintCachedRecordsToFD(int fd, const CacheRecord *cr, mDNSu32 slot, const mDNSu32 re… in PrintCachedRecordsToFD()
5738 CacheRecord *soa; in PrintCachedRecordsToFD()
5791 const CacheRecord *cr; in udsserver_info_dump_to_fd()