Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSCore/
DmDNSEmbeddedAPI.h1136 struct AuthGroup_struct // Header object for a list of AuthRecords with the same name struct
1138 AuthGroup *next; // Next AuthGroup object in this hash table bucket
1139 mDNSu32 namehash; // Name-based (i.e. case insensitive) hash of name
1140 AuthRecord *members; // List of CacheRecords with this same name
1141 AuthRecord **rrauth_tail; // Tail end of that list
1142 domainname *name; // Common name for all AuthRecords in this list
1143 AuthRecord *NewLocalOnlyRecords;
1145 mDNSu8 namestorage[InlineCacheGroupNameSize];