Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSShared/
Ddnsextd.h69 CacheRecord rr; // last field in struct allows for allocation of oversized RRs
84 CacheRecord *KnownAnswers; // All valid answers delivered to client
85 CacheRecord *EventList; // New answers (adds/removes) to be sent to client
Ddnsextd.c785 mDNSlocal CacheRecord *CopyCacheRecord(const CacheRecord *orig, domainname *name) in CopyCacheRecord()
787 CacheRecord *cr; in CopyCacheRecord()
1292 mDNSlocal void DeleteOneRecord(DaemonInfo *d, CacheRecord *rr, domainname *zname, TCPSocket *sock) in DeleteOneRecord()
1454 memcpy(&tmp->rr, &lcr.r, sizeof(CacheRecord) + rr->rdlength - InlineCacheRDSize); in UpdateLeaseTable()
1687 CacheRecord *cr = a->KnownAnswers, *tmp; in DeleteLLQ()
1738 mDNSlocal CacheRecord *AnswerQuestion(DaemonInfo *d, AnswerListElem *e) in AnswerQuestion()
1747 CacheRecord *AnswerList = NULL; in AnswerQuestion()
1808 CacheRecord *cr = CopyCacheRecord(&lcr.r, &e->name); in AnswerQuestion()
1824 CacheRecord *cr, *NewAnswers, **na, **ka; // "new answer", "known answer" in UpdateAnswerList()
1894 CacheRecord *cr; in SendEvents()
[all …]
Duds_daemon.c4323 const CacheRecord *cr; in udsserver_info()
/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h444 typedef struct CacheRecord_struct CacheRecord; typedef
1323 CacheRecord *members; // List of CacheRecords with this same name
1324 CacheRecord **rrcache_tail; // Tail end of that list
1333 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1337 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1351CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the …
1359 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
1363 CacheRecord r;
2162 extern mStatus mDNS_Reconfirm (mDNS *const m, CacheRecord *const cacherr);
2164 extern void mDNS_PurgeCacheResourceRecord(mDNS *const m, CacheRecord *rr);
[all …]
DmDNS.c636 mDNSlocal mDNSBool PacketRRMatchesSignature(const CacheRecord *const pktrr, const AuthRecord *const… in PacketRRMatchesSignature()
658 mDNSlocal mDNSBool ShouldSuppressKnownAnswer(const CacheRecord *const ka, const AuthRecord *const r… in ShouldSuppressKnownAnswer()
2513 mDNSlocal void SetNextCacheCheckTimeForRecord(mDNS *const m, CacheRecord *const rr) in SetNextCacheCheckTimeForRecord()
2535 mDNSlocal mStatus mDNS_Reconfirm_internal(mDNS *const m, CacheRecord *const rr, mDNSu32 interval) in mDNS_Reconfirm_internal()
2565 CacheRecord ***kalistptrptr, mDNSu32 *answerforecast) in BuildQuestion()
2581 CacheRecord *rr; in BuildQuestion()
2582 CacheRecord **ka = *kalistptrptr; // Make a working copy of the pointer we're going to update in BuildQuestion()
2611 while (*ka) { CacheRecord *c = *ka; *ka = mDNSNULL; ka = &c->NextInKAList; } in BuildQuestion()
2652 CacheRecord *cr; in ReconfirmAntecedents()
2670 mDNSlocal const CacheRecord *CacheHasAddressTypeForName(mDNS *const m, const domainname *const name… in CacheHasAddressTypeForName()
[all …]
DDNSCommon.c139 const CacheRecord *rr; in NumCacheRecordsForInterfaceID()
2134 CacheRecord *const rr = &largecr->r; in GetLargeResourceRecord()
DuDNS.c4304 CacheRecord *rr; in uDNS_CheckCurrentQuestion()
4924 CacheRecord *cr; in FlushAddressCacheRecords()
/external/mdnsresponder/mDNSPosix/
DIdentify.c364 CacheRecord *rr; in main()