Searched defs:AuthGroup_struct (Results 1 – 1 of 1) sorted by relevance
1454 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct1456 AuthGroup *next; // Next AuthGroup object in this hash table bucket1457 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name1458 AuthRecord *members; // List of CacheRecords with this same name1459 AuthRecord **rrauth_tail; // Tail end of that list1460 domainname *name; // Common name for all AuthRecords in this list1461 AuthRecord *NewLocalOnlyRecords;1462 mDNSu8 namestorage[AUTH_GROUP_NAME_SIZE];