Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1147 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct
1149 AuthGroup *next; // Next AuthGroup object in this hash table bucket
1150 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1151 AuthRecord *members; // List of CacheRecords with this same name
1152 AuthRecord **rrauth_tail; // Tail end of that list
1153 domainname *name; // Common name for all AuthRecords in this list
1154 AuthRecord *NewLocalOnlyRecords;
1156 mDNSu8 namestorage[InlineCacheGroupNameSize];