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

/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_msfees.c1251 int lostsync, isinsync; local
1407 lostsync = current_time - ees->clocklastgood > 300 ? 1 : 0;
1408 isinsync = (lostsync || ees->leaphold > current_time) ? 0 : 1;
1420 ees_event(ees, lostsync ? CEVNT_PROP : CEVNT_NOMINAL);

Completed in 85 milliseconds