Searched defs:CacheGroup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h464 typedef struct CacheGroup_struct CacheGroup; typedef in typeref:struct:CacheGroup_struct
1018 // Note that since CacheRecord object and a CacheGroup object are allocated out of the same pool, it's sensible to
1668 // the size of the namestorage array in CacheGroup_struct so that sizeof(CacheGroup) == sizeof(CacheRecord)
1671 CacheGroup *next;
1680 CacheGroup *next; // Next CacheGroup object in this hash table bucket
1688 // Storage sufficient to hold either a CacheGroup header or a CacheRecord
1691 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
2370 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
3304 extern CacheRecord *CreateNewCacheEntry(mDNS *const m, const mDNSu32 slot, CacheGroup *c
[all...]

Completed in 110 milliseconds