HomeSort by relevance Sort by last modified time
    Searched refs:ThisQInterval (Results 1 - 5 of 5) sorted by null

  /external/mdnsresponder/mDNSCore/
uDNS.c 226 q->ThisQInterval = 0; // Inactivate this question so that we dont bombard the network
243 q->ThisQInterval = InitialQuestionInterval;
244 q->LastQTime = m->timenow - q->ThisQInterval;
268 // Be careful not to touch the ThisQInterval here. For a normal question, when we answer the question
269 // in AnswerCurrentQuestionWithResourceRecord will set ThisQInterval to MaxQuestionInterval and hence
273 LogInfo("PenalizeDNSServer: Server for %p, %##s (%s) changed to NULL, Interval %d", q, q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval);
692 q->ThisQInterval = INIT_UCAST_POLL_INTERVAL;
695 q->LastQTime = m->timenow - q->ThisQInterval + 1;
775 q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If using TCP, don't need to retransmit
    [all...]
mDNS.c 388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question
474 q->ThisQInterval = 0;
    [all...]
mDNSEmbeddedAPI.h     [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 435 if (x->qSRV.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qSRV);
436 if (x->qTXT.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qTXT);
502 x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
522 x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
610 if (x->q.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->q);
652 x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this question
uds_daemon.c     [all...]

Completed in 35 milliseconds