Searched refs:kLLQ_MAX_TRIES (Results 1 – 2 of 2) sorted by relevance
757 if (q->ntries++ == kLLQ_MAX_TRIES) in sendChallengeResponse()759 LogMsg("sendChallengeResponse: %d failed attempts for LLQ %##s", kLLQ_MAX_TRIES, q->qname.c); in sendChallengeResponse()1361 if (q->ntries++ >= kLLQ_MAX_TRIES) in startLLQHandshake()1363 … LogMsg("startLLQHandshake: %d failed attempts for LLQ %##s Polling.", kLLQ_MAX_TRIES, q->qname.c); in startLLQHandshake()3581 if ((q->state == LLQ_Established && q->ntries >= kLLQ_MAX_TRIES) || q->expire - m->timenow < 0) in sendLLQRefresh()
1442 #define kLLQ_MAX_TRIES 3 // retry an operation 3 times max macro