Searched defs:CacheRecord (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h444 typedef struct CacheRecord_struct CacheRecord; typedef in typeref:struct:CacheRecord_struct
816 // Records received from the network with rdata this size or less have their rdata stored right in the CacheRecord object
825 // Note that since CacheRecord object and a CacheGroup object are allocated out of the same pool, it's sensible to
829 // On 64-bit, the pointers in a CacheRecord are bigger, and that creates 8 bytes more space for the name in a CacheGroup
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
1351 CacheRecord *NextInCFList; // Set if this is in the list of records we just received with the cache flush bit set
1356 // Storage sufficient to hold either a CacheGroup header or a CacheRecord
[all...]

Completed in 167 milliseconds