Searched defs:AuthGroup_struct (Results 1 – 1 of 1) sorted by relevance
1136 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct1138 AuthGroup *next; // Next AuthGroup object in this hash table bucket1139 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name1140 AuthRecord *members; // List of CacheRecords with this same name1141 AuthRecord **rrauth_tail; // Tail end of that list1142 domainname *name; // Common name for all AuthRecords in this list1143 AuthRecord *NewLocalOnlyRecords;1145 mDNSu8 namestorage[InlineCacheGroupNameSize];