Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_msfees.c282 char this_step; /* Current pos in buffer */ member
1033 int this_step = (sincelast + (60 /2)) / 60; in ees_receive() local
1034 int p_step = ees->this_step; in ees_receive()
1036 ees->last_steps[p_step] = this_step; in ees_receive()
1040 ees->this_step = p_step; in ees_receive()
1045 if (this != this_step) { in ees_receive()
1047 this== (this_step +2) || in ees_receive()
1048 this== (this_step -2) || in ees_receive()
1049 this== (this_step +1) || in ees_receive()
1050 this== (this_step -1))) in ees_receive()
[all …]