Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1638 struct CacheRecord_struct struct
1640 …heRecord *next; // Next in list; first element of structure for efficiency reasons
1641 …urceRecord resrec; // 36 bytes when compiling for 32-bit; 48 when compiling for 64-bit
1644 …cheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1645 mDNSs32 TimeRcvd; // In platform time units
1646 …s32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1647 mDNSs32 NextRequiredQuery; // In platform time units
1648 mDNSs32 LastUsed; // In platform time units
1649 …stion; // Points to an active question referencing this answer. Can never point to a NewQuestion.
1650 …2 LastUnansweredTime; // In platform time units; last time we incremented UnansweredQueries
[all …]