Lines Matching defs:answered

571                 // Don't send this packet on the wire as we answered from /etc/hosts
599 mDNSBool answered;
602 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
604 answered = LocalOnlyRecordAnswersQuestion(rr, q);
605 if (answered)
633 mDNSBool answered;
637 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
639 answered = LocalOnlyRecordAnswersQuestion(rr, q);
640 if (answered)
3840 // Whenever a question is answered, reset its state so that we don't query
3887 // Normally we don't send out the unicast query if we have answered using our local only auth records e.g., /etc/hosts.
3903 // that are timing out, which we know are answered with negative cache record when timing out.
4030 // 2) A new question is about to be answered and the caller needs to know whether it's
4031 // scheduling should be delayed so that the question is not answered with this record.
4427 // If "CheckOnly" is set to "true", the question won't be answered but just check to see if there is an answer and
4430 // If "CheckOnly" is set to "false", the question will be answered if there is a LocalOnly/P2P record and
4463 LogInfo("AnswerQuestionWithLORecord: question %##s (%s) answered by %s", q->qname.c, DNSTypeName(q->qtype),
4484 LogInfo("AnswerQuestionWithLORecord: Question %p %##s (%s) answered using local auth records LOAddressAnswers %d",
4492 // that we answered. AnswerAllLocalQuestionsWithLocalAuthRecord will answer shortly. This happens normally
4501 LogInfo("AnswerQuestionWithLORecord: Question %p %##s (%s) will be answered using new local auth records "
4590 // See if we want to tell it about LocalOnly/P2P records. If we answered them using LocalOnly
4698 // 2. As LocalOnly questions should also be answered by any other Auth records local to the machine,
5425 // /etc/hosts has an A Record for web.apple.com. Any queries for web.apple.com will be answered locally.
5434 // SuppressQuery status does not affect questions that are answered using local records
8365 // When we created the cache for the first time and answered the question, the question's
11174 // If this question was answered using local auth records, then you can't deliver RMVs using cache
11202 // SuppressUnusable does not affect questions that are answered from the local records (/etc/hosts)
11218 // the query so that it can be answered from the cache.
11555 // We won't need one for duplicate questions, or from questions answered immediately out of the cache.
11830 debugf("mDNS_StopQuery_internal: Just deleted a new question that wasn't even answered yet: %##s (%s)",
11948 // Check if question is new -- don't want to give remove events for a question we haven't even answered yet