Home
last modified time | relevance | path

Searched refs:ThisQInterval (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c2127 #define ActiveQuestion(Q) ((Q)->ThisQInterval > 0 && !(Q)->DuplicateOf)
2128 …SendThisQuestion(Q,time) (ActiveQuestion(Q) && (time) - ((Q)->LastQTime + (Q)->ThisQInterval) >= 0)
2133 if (m->NextScheduledQuery - (q->LastQTime + q->ThisQInterval) > 0) in SetNextQueryTime()
2134 m->NextScheduledQuery = (q->LastQTime + q->ThisQInterval); in SetNextQueryTime()
3471 …if (q->ThisQInterval == InitialQuestionInterval * 8 || q->ThisQInterval == InitialQuestionInterval… in BuildQuestion()
3565 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/10)) in AccelerateThisQuery()
3569 if (TimeToSendThisQuestion(q, m->timenow + q->ThisQInterval/2)) in AccelerateThisQuery()
3580 …rr->NextRequiredQuery - (m->timenow + q->ThisQInterval) > 0)// and we'll ask at least once again b… in AccelerateThisQuery()
3645 q->ThisQInterval *= 2; in SendQueries()
3646 if (q->ThisQInterval > MaxQuestionInterval) in SendQueries()
[all …]
H A DuDNS.c1315 llqInfo->question->ThisQInterval = INIT_UCAST_POLL_INTERVAL; in LLQNatMapComplete()
2270 …if (llq && llqInfo->state == LLQ_Poll && llqInfo->servPort.NotAnInteger) question->ThisQInterval =… in pktResponseHndlr()
2271 …else if (question->ThisQInterval < MAX_UCAST_POLL_INTERVAL) question->ThisQInterval = MAX_UCAST_PO… in pktResponseHndlr()
3180 info->question->ThisQInterval = INIT_UCAST_POLL_INTERVAL; in recvSetupResponse()
3249 info->question->ThisQInterval = INIT_UCAST_POLL_INTERVAL; in startLLQHandshake()
3298 info->question->ThisQInterval = INIT_UCAST_POLL_INTERVAL; in startLLQHandshakeCallback()
3484 question->ThisQInterval = INIT_UCAST_POLL_INTERVAL / 2; in startQuery()
3485 question->LastQTime = mDNSPlatformTimeNow(m) - question->ThisQInterval; in startQuery()
4876 sendtime = q->LastQTime + q->ThisQInterval; in CheckQueries()
4900 …else if (q->ThisQInterval < MAX_UCAST_POLL_INTERVAL) q->ThisQInterval = q->ThisQInterval * 2; // … in CheckQueries()
[all …]
H A DmDNSEmbeddedAPI.h1901 …mDNSs32 ThisQInterval; // LastQTime + ThisQInterval is the next scheduled transmissi… member