Searched refs:CacheGroup (Results 1 - 5 of 5) 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...]
H A DmDNS.c337 mDNSexport CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 namehash, const domainname *const name)
339 CacheGroup *cg;
346 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRecord *const rr)
2995 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
3066 CacheGroup *cg;
3088 CacheGroup *const cg = CacheGroupForName(m, HashSlot(name), namehash, name);
3098 CacheGroup *const cg = CacheGroupForName(m, HashSlot(&q->qname), q->qnamehash, &q->qname);
3271 const CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
3304 CacheGroup *cg;
4083 CacheGroup *c
[all...]
H A DuDNS.c4893 CacheGroup *const cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname);
5768 CacheGroup *cg;
H A DDNSCommon.c163 CacheGroup *cg;
H A Duds_daemon.c5774 const CacheGroup *cg;
5788 CacheUsed++; // Count one cache entity for the CacheGroup object

Completed in 162 milliseconds