Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c2967 if ((info->state == LLQ_Refresh && info->ntries >= kLLQ_MAX_TRIES) || in sendLLQRefresh()
3058 if (info->ntries++ == kLLQ_MAX_TRIES) in sendChallengeResponse()
3061 kLLQ_MAX_TRIES, q->qname.c, kLLQ_DEF_RETRY / 60); in sendChallengeResponse()
3207 if (info->ntries++ >= kLLQ_MAX_TRIES) in startLLQHandshake()
3209 …debugf("startLLQHandshake: %d failed attempts for LLQ %##s. Polling.", kLLQ_MAX_TRIES, q->qname.c… in startLLQHandshake()
H A DmDNSEmbeddedAPI.h1856 #define kLLQ_MAX_TRIES 3 // retry an operation 3 times max macro