Home
last modified time | relevance | path

Searched refs:CacheGroup (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2137 mDNSlocal CacheGroup *CacheGroupForName(const mDNS *const m, const mDNSu32 slot, const mDNSu32 name… in CacheGroupForName()
2139 CacheGroup *cg; in CacheGroupForName()
2146 mDNSlocal CacheGroup *CacheGroupForRecord(const mDNS *const m, const mDNSu32 slot, const ResourceRe… in CacheGroupForRecord()
3431 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in BuildQuestion()
3502 CacheGroup *cg; in ReconfirmAntecedents()
3574 CacheGroup *cg = CacheGroupForName(m, slot, q->qnamehash, &q->qname); in AccelerateThisQuery()
3607 CacheGroup *cg; in SendQueries()
3990 CacheGroup *cg = CacheGroupForName(m, slot, namehash, name); in CheckForSoonToExpireRecords()
4139 mDNSlocal void ReleaseCacheGroup(mDNS *const m, CacheGroup **cp) in ReleaseCacheGroup()
4163 mDNSlocal void CheckCacheExpiration(mDNS *const m, CacheGroup *cg) in CheckCacheExpiration()
[all …]
H A DmDNSEmbeddedAPI.h1498 typedef struct CacheGroup_struct CacheGroup; typedef
1658 CacheGroup *next; // Next CacheGroup object in this hash table bucket
1691 union CacheEntity_union { CacheEntity *next; CacheGroup cg; CacheRecord cr; };
2167 CacheGroup *rrcache_hash[CACHE_HASH_SLOTS];
2840 char assertC[(sizeof(CacheRecord ) >= sizeof(CacheGroup) ) ? 1 : -1];
H A DDNSCommon.c438 CacheGroup *cg; in NumCacheRecordsForInterfaceID()
H A Duds_daemon.c1175 CacheGroup *cg; in udsserver_info()