Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:NextScheduledEvent

4293 	if (m->timenow - m->NextScheduledEvent >= 0)
4540 // set the timer according to the m->NextScheduledEvent value, and then when the timer fires, the timer
4544 mDNS_Unlock(m); // Calling mDNS_Unlock is what gives m->NextScheduledEvent its new value
4545 return(m->NextScheduledEvent);
10649 m->NextScheduledEvent = timenow;