Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h1656 struct CacheGroup_struct // Header object for a list of CacheRecords with the same name struct
1658 CacheGroup *next; // Next CacheGroup object in this hash table bucket
1659 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1660 CacheRecord *members; // List of CacheRecords with this same name
1661 CacheRecord **rrcache_tail; // Tail end of that list
1662 domainname *name; // Common name for all CacheRecords in this list
1663 mDNSu8 namestorage[InlineCacheGroupNameSize];