Lines Matching defs:CacheRecord_struct

1320 struct CacheRecord_struct  struct
1322 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1323 ResourceRecord resrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit
1326 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1327 mDNSs32 TimeRcvd; // In platform time units
1328 mDNSs32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1329 mDNSs32 NextRequiredQuery; // In platform time units
1330 mDNSs32 LastUsed; // In platform time units
1331 …uestion; // Points to an active question referencing this answer. Can never point to a NewQuestion.
1332 …nansweredQueries; // Number of times we've issued a query for this record without getting an answer
1333 …2 LastUnansweredTime; // In platform time units; last time we incremented UnansweredQueries
1335 … MPUnansweredQ; // Multi-packet query handling: Number of times we've seen a query for this record
1336 … MPLastUnansweredQT; // Multi-packet query handling: Last time we incremented MPUnansweredQ
1337 …PUnansweredKA; // Multi-packet query handling: Number of times we've seen this record in a KA list
1338 … MPExpectingKA; // Multi-packet query handling: Set when we increment MPUnansweredQ; allows one KA
1340 …xtInCFList; // Set if this is in the list of records we just received with the cache flush bit set
1342 …datastorage; // Storage for small records is right here (4 bytes header + 68 bytes data = 72 bytes)