Home
last modified time | relevance | path

Searched refs:kLLQ_MAX_TRIES (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DuDNS.c1073 if (q->ntries++ == kLLQ_MAX_TRIES) in sendChallengeResponse()
1075 … LogMsg("sendChallengeResponse: %d failed attempts for LLQ %##s", kLLQ_MAX_TRIES, q->qname.c); in sendChallengeResponse()
1661 if (q->ntries++ >= kLLQ_MAX_TRIES) in startLLQHandshake()
1663 … LogMsg("startLLQHandshake: %d failed attempts for LLQ %##s Polling.", kLLQ_MAX_TRIES, q->qname.c); in startLLQHandshake()
3906 … if ((q->state == LLQ_Established && q->ntries >= kLLQ_MAX_TRIES) || q->expire - m->timenow < 0) in sendLLQRefresh()
H A DmDNSEmbeddedAPI.h1702 #define kLLQ_MAX_TRIES 3 // retry an operation 3 times max macro