Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1666 struct CacheRecord_struct struct
1668 CacheRecord *next; // Next in list; first element of structure for efficiency reasons
1669 ResourceRecord resrec;
1672 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1673 mDNSs32 TimeRcvd; // In platform time units
1674 mDNSs32 DelayDelivery; // Set if we want to defer delivery of this answer to local clients
1675 mDNSs32 NextRequiredQuery; // In platform time units
1676 mDNSs32 LastUsed; // In platform time units
1677 DNSQuestion *CRActiveQuestion; // Points to an active question referencing this answer
1678 …nansweredQueries; // Number of times we've issued a query for this record without getting an answer
[all …]