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