Lines Matching defs:answers
1243 // Result fields: When the callback is invoked these fields contain the answers the client is looking for
1613 CacheRecord *NextInKAList; // Link to the next element in the chain of known answers to send
1921 mDNSExpiredRecordPolicy_UseCached = 1, // Use expired cache records and immortalize unexpired answers. [1,2]
1922 mDNSExpiredRecordPolicy_Immortalize = 2 // Don't use expired records, but immortalize unexpired answers. [1,2]
1928 // that can be used as answers for the DNSQuestion. The mDNSQuestionEvent_NoMoreExpiredRecords event will be
2003 mDNSu32 RecentAnswerPkts; // Number of answers since the last time we sent this query
2005 mDNSu32 LargeAnswers; // Number of answers with rdata > 1024 bytes
2006 mDNSu32 UniqueAnswers; // Number of answers received with kDNSClass_UniqueRRSet bit set
2044 mDNSu8 BrowseThreshold; // If we have received at least this number of answers,
2049 mDNSu8 LOAddressAnswers; // Number of answers from the local only auth records that are
2779 // Call mDNS_StopQuery when no more answers are required
2861 // mDNS_GetBrowseDomains is a special case of the mDNS_StartQuery call, where the resulting answers
3187 const mDNSu8 *const answers = ((const mDNSu8 *)&hdr->numAnswers);
3192 hdr->numAnswers = (mDNSu16) ((mDNSu16)answers[0] << 8 | answers[1]);