Home
last modified time | relevance | path

Searched defs:AuthGroup_struct (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1355 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct
1357 AuthGroup *next; // Next AuthGroup object in this hash table bucket
1358 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1359 AuthRecord *members; // List of CacheRecords with this same name
1360 AuthRecord **rrauth_tail; // Tail end of that list
1361 domainname *name; // Common name for all AuthRecords in this list
1362 AuthRecord *NewLocalOnlyRecords;
1363 mDNSu8 namestorage[AUTH_GROUP_NAME_SIZE];