Lines Matching refs:ntries
757 if (q->ntries++ == kLLQ_MAX_TRIES) in sendChallengeResponse()
775 …q->ThisQInterval = q->tcp ? 0 : (kLLQ_INIT_RESEND * q->ntries * mDNSPlatformOneSecond); // If usi… in sendChallengeResponse()
829 q->ntries = 0; // first attempt to send response in recvSetupResponse()
850 q->ntries = 0; in recvSetupResponse()
929 q->ntries = 0; in uDNS_recvLLQResponse()
1016 …q->ntries = 0; // Reset ntries so that tcp/tls connection failures don't affect sendChallengeRespo… in tcpCallback()
1176 mDNSu32 count = q->ntries + 1; // want to wait at least 1 second before retrying in tcpCallback()
1186 q->ntries++; in tcpCallback()
1188 …iled %d times, retrying in %d ms", q->qname.c, DNSTypeName(q->qtype), q->ntries, q->ThisQInterval); in tcpCallback()
1361 if (q->ntries++ >= kLLQ_MAX_TRIES) in startLLQHandshake()
3581 if ((q->state == LLQ_Established && q->ntries >= kLLQ_MAX_TRIES) || q->expire - m->timenow < 0) in sendLLQRefresh()
3632 q->ntries++; in sendLLQRefresh()
3634 debugf("sendLLQRefresh ntries %d %##s (%s)", q->ntries, q->qname.c, DNSTypeName(q->qtype)); in sendLLQRefresh()
3667 q->ntries = 0; in LLQGotZoneData()