Home | History | Annotate | Download | only in mDNSCore

Lines Matching full:questions

1060 	mDNSu32         timeout;	// timeout value for questions
1077 mDNSu32 timeout; // timeout value for questions
1824 mDNSu8 LocalRemoveEvents; // Set if we may need to deliver remove events for local-only questions and/or local-only records
1840 DNSQuestion *Questions; // List of all registered questions, active and inactive
1841 DNSQuestion *NewQuestions; // Fresh questions not yet answered from cache
1843 DNSQuestion *LocalOnlyQuestions; // Questions with InterfaceID set to mDNSInterface_LocalOnly or mDNSInterface_P2P
1844 DNSQuestion *NewLocalOnlyQuestions; // Fresh local-only or P2P questions not yet answered
1845 DNSQuestion *RestartQuestion; // Questions that are being restarted (stop followed by start)
1848 mDNSu32 rrcache_active; // Number of cache entries currently occupied by records that answer active questions
1865 AuthRecord *NewLocalRecords; // Fresh AuthRecords (public) not yet delivered to our local-only questions
1867 mDNSBool NewLocalOnlyRecords; // Fresh AuthRecords (local only) not yet delivered to our local questions