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

/macosx-10.10/ntp-92/ntpd/
H A Drefclock_msfees.c1258 int lostsync, isinsync; local
1419 lostsync = current_time - ees->clocklastgood > 300 ? 1 : 0;
1420 isinsync = (lostsync || ees->leaphold > current_time) ? 0 : 1;
1432 ees_event(ees, lostsync ? CEVNT_PROP : CEVNT_NOMINAL);

Completed in 86 milliseconds