Searched refs:MERGE_DELAY_TIME (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.h59 #define MERGE_DELAY_TIME (1 * mDNSPlatformOneSecond) macro
H A DuDNS.c2145 if (IsRecordMergeable(m, rr, m->timenow + MERGE_DELAY_TIME))
2146 // Delay the record registration by MERGE_DELAY_TIME so that we can merge them
2148 rr->LastAPTime += MERGE_DELAY_TIME;
3181 // Look for records that needs to be sent in the next two seconds (MERGE_DELAY_TIME is set to 1 second).
3188 // By looking for 1 second into the future (m->timenow + MERGE_DELAY_TIME below does that) we have merged both
3199 if (!IsRecordMergeable(m, rr, m->timenow + MERGE_DELAY_TIME)) continue;
3202 else if (!AreRecordsMergeable(m, firstRR, rr, m->timenow + MERGE_DELAY_TIME)) continue;
4425 if (IsRecordMergeable(m, newRR, m->timenow + MERGE_DELAY_TIME))
4427 // Delay the record registration by MERGE_DELAY_TIME so that we can merge them
4430 newRR->LastAPTime += MERGE_DELAY_TIME;
[all...]

Completed in 56 milliseconds