OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kLLQ_MAX_TRIES
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSCore/
uDNS.c
1127
if (q->ntries++ ==
kLLQ_MAX_TRIES
)
1129
LogMsg("sendChallengeResponse: %d failed attempts for LLQ %##s",
kLLQ_MAX_TRIES
, q->qname.c);
1726
if (q->ntries++ >=
kLLQ_MAX_TRIES
)
1728
LogMsg("startLLQHandshake: %d failed attempts for LLQ %##s Polling.",
kLLQ_MAX_TRIES
, q->qname.c);
3957
if ((q->state == LLQ_Established && q->ntries >=
kLLQ_MAX_TRIES
) || q->expire - m->timenow < 0)
mDNSEmbeddedAPI.h
1792
#define
kLLQ_MAX_TRIES
3 // retry an operation 3 times max
Completed in 26 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026