Home
last modified time | relevance | path

Searched defs:CacheRecord_struct (Results 1 – 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1331 struct CacheRecord_struct struct
1333 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1334 ResourceRecord resrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit
1337 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1338 mDNSs32 TimeRcvd; // In platform time units
1339 mDNSs32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1340 mDNSs32 NextRequiredQuery; // In platform time units
1341 mDNSs32 LastUsed; // In platform time units
1342 …uestion; // Points to an active question referencing this answer. Can never point to a NewQuestion.
1343 …nansweredQueries; // Number of times we've issued a query for this record without getting an answer
[all …]