Searched refs:QuestionIntervalStep (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.h45 #define QuestionIntervalStep 3 macro
46 #define QuestionIntervalStep2 (QuestionIntervalStep*QuestionIntervalStep)
47 #define QuestionIntervalStep3 (QuestionIntervalStep*QuestionIntervalStep*QuestionIntervalStep)
48 #define InitialQuestionInterval ((mDNSPlatformOneSecond + QuestionIntervalStep-1) / QuestionIntervalStep)
55 // the record registration e.g., GetZoneData, we always back off by QuestionIntervalStep
H A DuDNS.c100 rr->ThisAPInterval = rr->ThisAPInterval * QuestionIntervalStep; // Same Retry logic as Unicast Queries
1484 // Since ThisQInterval was 0, we can't just multiply by QuestionIntervalStep, we must track the number
1491 q->ThisQInterval *= QuestionIntervalStep;
3988 q->ThisQInterval = INIT_UCAST_POLL_INTERVAL / QuestionIntervalStep;
4809 q->ThisQInterval = INIT_UCAST_POLL_INTERVAL / QuestionIntervalStep;
4822 if (q->state == LLQ_Poll) q->ThisQInterval = (LLQ_POLL_INTERVAL + mDNSRandom(LLQ_POLL_INTERVAL/10)) / QuestionIntervalStep;
4855 q->ThisQInterval = q->ThisQInterval * QuestionIntervalStep; // Only increase interval if send succeeded
4864 q->ThisQInterval = q->ThisQInterval * QuestionIntervalStep;
4916 q->ThisQInterval = q->ThisQInterval * QuestionIntervalStep;
H A DmDNS.c3380 q->ThisQInterval *= QuestionIntervalStep;
3446 q->ThisQInterval *= QuestionIntervalStep;

Completed in 130 milliseconds