Searched defs:AuthGroup_struct (Results 1 – 1 of 1) sorted by relevance
1147 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct1149 AuthGroup *next; // Next AuthGroup object in this hash table bucket1150 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name1151 AuthRecord *members; // List of CacheRecords with this same name1152 AuthRecord **rrauth_tail; // Tail end of that list1153 domainname *name; // Common name for all AuthRecords in this list1154 AuthRecord *NewLocalOnlyRecords;1156 mDNSu8 namestorage[InlineCacheGroupNameSize];