Home
last modified time | relevance | path

Searched refs:acceptable_slop (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/ntpd/
H A Drefclock_msfees.c321 static l_fp acceptable_slop; /* = { 0, 1 << (FRACTION_PREC -2) }; */ variable
404 acceptable_slop.l_ui = 0; in msfees_init()
405 acceptable_slop.l_uf = 1 << (FRACTION_PREC -2); in msfees_init()
937 L_SUB(&diff, &acceptable_slop); in ees_receive()
949 L_SUB(&diff, &acceptable_slop); in ees_receive()