Lines Matching refs:Questions
1288 mDNSu32 timeout; // timeout value for questions
1301 kScopeNone = 0, // DNS server used by unscoped questions
1302 kScopeInterfaceID = 1, // Scoped DNS server used only by scoped questions
1303 kScopeServiceID = 2 // Service specific DNS server used only by questions
1323 mDNSu32 timeout; // timeout value for questions
1634 CacheRecord *soa; // SOA record to return for proxy questions
2396 mDNSu8 LocalRemoveEvents; // Set if we may need to deliver remove events for local-only questions and/or local-only records
2432 DNSQuestion *Questions; // List of all registered questions, active and inactive
2433 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
2435 DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or mDNSInterface_P2P
2436 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered
2437 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)
2441 mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer active questions
2466 AuthRecord *NewLocalRecords; // Fresh AuthRecords (public) not yet delivered to our local-only questions
2468 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions
2570 mDNSu32 NumAllInterfaceQuestions; // Right now we count *all* multicast questions here. Later we may want to change to count interface-specific questions separately.
3186 const mDNSu8 *const questions = ((const mDNSu8 *)&hdr->numQuestions);
3191 hdr->numQuestions = (mDNSu16) ((mDNSu16)questions[0] << 8 | questions[1]);