Searched refs:ThisQInterval (Results 1 – 5 of 5) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | uDNS.c | 226 q->ThisQInterval = 0; // Inactivate this question so that we dont bombard the network in PenalizeDNSServer() 243 q->ThisQInterval = InitialQuestionInterval; in PenalizeDNSServer() 244 q->LastQTime = m->timenow - q->ThisQInterval; in PenalizeDNSServer() 273 …, %##s (%s) changed to NULL, Interval %d", q, q->qname.c, DNSTypeName(q->qtype), q->ThisQInterval); in PenalizeDNSServer() 692 q->ThisQInterval = INIT_UCAST_POLL_INTERVAL; in StartLLQPolling() 695 q->LastQTime = m->timenow - q->ThisQInterval + 1; in StartLLQPolling() 775 …q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If usi… in sendChallengeResponse() 797 q->ThisQInterval = lease/2 + mDNSRandom(lease/10); in SetLLQTimer() 798 …", q->qname.c, DNSTypeName(q->qtype), lease/mDNSPlatformOneSecond, q->ThisQInterval/mDNSPlatformOn… in SetLLQTimer() 897 …q->ThisQInterval = LLQ_POLL_INTERVAL + mDNSRandom(LLQ_POLL_INTERVAL/10); // Retry LLQ setup in app… in uDNS_recvLLQResponse() [all …]
|
D | mDNS.c | 388 if (m->CurrentQuestion == q) { q->ThisQInterval = 0; } // Deactivate this question in GenerateNegativeResponse() 474 q->ThisQInterval = 0; in AnswerLocalQuestionWithLocalAuthRecord() 2810 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/10)) in AccelerateThisQuery() 2814 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/2)) in AccelerateThisQuery() 2825 …rr->NextRequiredQuery - (m->timenow + q->ThisQInterval) > 0)// and we'll ask at least once again b… in AccelerateThisQuery() 2876 …else if (!mDNSOpaque16IsZero(q->TargetQID)) { q->LastQTime = m->timenow - q->ThisQInterval; cr… in SendQueries() 2903 q->ThisQInterval *= QuestionIntervalStep; in SendQueries() 2905 if (q->ThisQInterval > MaxQuestionInterval) in SendQueries() 2906 q->ThisQInterval = MaxQuestionInterval; in SendQueries() 2917 if (maxExistingQuestionInterval < q->ThisQInterval) in SendQueries() [all …]
|
D | mDNSEmbeddedAPI.h | 1510 #define NextQSendTime(Q) ((Q)->LastQTime + (Q)->ThisQInterval) 1511 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf) 1521 …mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmissi… member
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientshim.c | 450 if (x->qSRV.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qSRV); in DNSServiceResolveDispose() 451 if (x->qTXT.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->qTXT); in DNSServiceResolveDispose() 517 …x->qSRV.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel t… in DNSServiceResolve() 537 …x->qTXT.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel t… in DNSServiceResolve() 625 if (x->q.ThisQInterval >= 0) mDNS_StopQuery(&mDNSStorage, &x->q); in DNSServiceQueryRecordDispose() 667 …x->q.ThisQInterval = -1; // So that DNSServiceResolveDispose() knows whether to cancel this… in DNSServiceQueryRecord()
|
D | uds_daemon.c | 2728 question->ThisQInterval = 0; in queryrecord_result_callback() 4392 mDNSs32 i = q->ThisQInterval / mDNSPlatformOneSecond; in udsserver_info() 4396 if (q->ThisQInterval) CacheActive++; in udsserver_info() 4472 …6, &c->rmt_inner, &c->rmt_outer, mDNSVal16(c->rmt_outer_port), &c->rmt_outer6, c->q.ThisQInterval); in udsserver_info()
|