Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c280 char this_step; /* Current pos in buffer */ member
1031 int this_step = (sincelast + (60 /2)) / 60; in ees_receive() local
1032 int p_step = ees->this_step; in ees_receive()
1034 ees->last_steps[p_step] = this_step; in ees_receive()
1038 ees->this_step = p_step; in ees_receive()
1043 if (this != this_step) { in ees_receive()
1045 this== (this_step +2) || in ees_receive()
1046 this== (this_step -2) || in ees_receive()
1047 this== (this_step +1) || in ees_receive()
1048 this== (this_step -1))) in ees_receive()
[all …]