Home
last modified time | relevance | path

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

/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNSEmbeddedAPI.h1607 struct CacheRecord_struct struct
1609 …heRecord *next; // Next in list; first element of structure for efficiency reasons
1610 …esrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit (now 44/64)
1613 …cheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1614 mDNSs32 TimeRcvd; // In platform time units
1615 …s32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1616 mDNSs32 NextRequiredQuery; // In platform time units
1618 …hedAnswerTime; // Last time this record was used as an answer from the cache (before a query)
1623 …stion; // Points to an active question referencing this answer. Can never point to a NewQuestion.
1624 …2 LastUnansweredTime; // In platform time units; last time we incremented UnansweredQueries
[all …]