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

/external/mdnsresponder/mDNSCore/
H A DuDNS.h50 #define MERGE_DELAY_TIME (1 * mDNSPlatformOneSecond) macro
H A DuDNS.c1825 if (IsRecordMergeable(m, rr, m->timenow + MERGE_DELAY_TIME))
1826 // Delay the record registration by MERGE_DELAY_TIME so that we can merge them
1828 rr->LastAPTime += MERGE_DELAY_TIME;
2846 // Look for records that needs to be sent in the next two seconds (MERGE_DELAY_TIME is set to 1 second).
2853 // By looking for 1 second into the future (m->timenow + MERGE_DELAY_TIME below does that) we have merged both
2864 if (!IsRecordMergeable(m, rr, m->timenow + MERGE_DELAY_TIME)) continue;
2867 else if (!AreRecordsMergeable(m, firstRR, rr, m->timenow + MERGE_DELAY_TIME)) continue;
3902 if (IsRecordMergeable(m, newRR, m->timenow + MERGE_DELAY_TIME))
3904 // Delay the record registration by MERGE_DELAY_TIME so that we can merge them
3907 newRR->LastAPTime += MERGE_DELAY_TIME;
[all...]

Completed in 117 milliseconds