Searched defs:CacheRecord_struct (Results 1 – 1 of 1) sorted by relevance
1540 struct CacheRecord_struct struct1542 …heRecord *next; // Next in list; first element of structure for efficiency reasons1543 …esrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit (now 44/64)1546 …cheRecord *NextInKAList; // Link to the next element in the chain of known answers to send1547 mDNSs32 TimeRcvd; // In platform time units1548 …s32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients1549 mDNSs32 NextRequiredQuery; // In platform time units1551 …hedAnswerTime; // Last time this record was used as an answer from the cache (before a query)1556 …stion; // Points to an active question referencing this answer. Can never point to a NewQuestion.1557 …2 LastUnansweredTime; // In platform time units; last time we incremented UnansweredQueries[all …]