Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:timenow_last

2697 	if (m->timenow_last - m->timenow > 0)
2699 m->timenow_adjust += m->timenow_last - m->timenow;
2700 LogMsg("%s: mDNSPlatformRawTime went backwards by %ld ticks; setting correction factor to %ld", functionname, m->timenow_last - m->timenow, m->timenow_adjust);
2701 m->timenow = m->timenow_last;
2703 m->timenow_last = m->timenow;