Lines Matching refs:SendQueries
113 // The code (see SendQueries() and BuildQuestion()) needs to have the
1478 // Setting ProbeCount to zero will cause SendQueries() to advance this record to
3301 mDNSlocal void SendQueries(mDNS *const m)
3363 LogMsg("SendQueries ERROR m->CurrentQuestion already set: %##s (%s)", m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
3404 LogInfo("SendQueries question loop 1: Skipping NewQuestion %##s (%s)", m->CurrentQuestion->qname.c, DNSTypeName(m->CurrentQuestion->qtype));
3439 LogInfo("SendQueries: (%s) %##s reached threshold of %d answers",
3449 debugf("SendQueries: %##s (%s) next interval %d seconds RequestUnicast = %d",
3464 debugf("SendQueries: Zero current answers for %##s (%s); will reconfirm antecedents",
3497 LogMsg("SendQueries ERROR m->CurrentRecord already set %s", ARDisplayString(m, m->CurrentRecord));
3520 LogSPS("SendQueries ARP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.InterfaceID), ARDisplayString(m,ar));
3525 LogSPS("SendQueries NDP Probe %d %s %s", ar->ProbeCount, InterfaceNameForID(m, ar->resrec.InterfaceID), ARDisplayString(m,ar));
3591 if (KnownAnswerList) verbosedebugf("SendQueries: KnownAnswerList set... Will continue from previous packet");
3604 debugf("SendQueries: %s question for %##s (%s) at %d forecast total %d",
3611 LogInfo("SendQueries: Not sending (%s) %##s on %s", DNSTypeName(q->qtype), q->qname.c, InterfaceNameForID(m, intf->InterfaceID));
3630 debugf("SendQueries: marking for question %##s, Suppress %d", q->qname.c, Suppress);
3665 verbosedebugf("SendQueries: Put Question %##s (%s) probecount %d",
3680 verbosedebugf("SendQueries: Put %##s (%s) at %d - %d",
3691 LogMsg("SendQueries: Put %d answers; No more space for known answers", m->omsg.h.numAnswers);
3704 else LogMsg("SendQueries: How did we fail to have space for the Update record %s", ARDisplayString(m,ar));
3715 debugf("SendQueries: Added NSEC3 record %s on InterfaceID %p", RRDisplayString(m, q->AnonInfo->nsec3RR), intf->InterfaceID);
3720 LogMsg("SendQueries: ERROR!! Cannot add NSEC3 record %s on InterfaceID %p", RRDisplayString(m, q->AnonInfo->nsec3RR), intf->InterfaceID);
3751 LogInfo("SendQueries putting %s %s: %s %s", OwnerRecordSpace ? "OWNER" : "", TraceRecordSpace ? "TRACER" : "", intf->ifname, ARDisplayString(m, &opt));
3756 LogMsg("SendQueries: How did we fail to have space for %s %s OPT record (%d/%d/%d/%d) %s", OwnerRecordSpace ? "OWNER" : "", TraceRecordSpace ? "TRACER" : "",
3762 LogMsg("SendQueries: Why did we generate oversized packet with %s %s OPT record %p %p %p (%d/%d/%d/%d) %s", OwnerRecordSpace ? "OWNER" : "",
3769 LogMsg("SendQueries: Should not have more than one question (%d) in a truncated packet", m->omsg.h.numQuestions);
3770 debugf("SendQueries: Sending %d Question%s %d Answer%s %d Update%s on %p",
3778 { LogMsg("SendQueries exceeded loop limit %d: giving up", pktcount); break; }
3786 const char *const msg = next ? "SendQueries: Nothing more on %p; moving to %p" : "SendQueries: Nothing more on %p";
3800 LogInfo("SendQueries: No active interface %d to send probe: %d %s",
3832 LogInfo("SendQueries: No active interface %d to send %s question: %d %##s (%s)",
4473 // Set NextScheduledQuery to timenow so that SendQueries() will run.
4474 // SendQueries() will see that we have records close to expiration, and send FEQs for them.
5153 // Clear AnnounceOwner if necessary. (Do this *before* SendQueries() and SendResponses().)
5286 if (m->timenow - m->NextScheduledQuery >= 0 || m->timenow - m->NextScheduledProbe >= 0) SendQueries(m);
5290 LogMsg("mDNS_Execute: SendQueries didn't send all its queries (%d - %d = %d) will try again in one second",
5295 LogMsg("mDNS_Execute: SendQueries didn't send %##s (%s)", q->qname.c, DNSTypeName(q->qtype));
5299 LogMsg("mDNS_Execute: SendQueries didn't send all its probes (%d - %d = %d) will try again in one second",
9115 // This special value is recognised and reset to DefaultProbeCountForTypeUnique in SendQueries().
11526 // Must set to one more than the number of unicast queries you want, since SendQueries()