Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Drefclock_pst.c87 int tcswitch; /* timecode switch */ member
216 if (up->tcswitch == 0) in pst_receive()
218 up->tcswitch++; in pst_receive()
220 if (up->tcswitch < 3) in pst_receive()
298 up->tcswitch = 0; in pst_poll()
H A Drefclock_ulink.c85 u_char tcswitch; /* timecode switch */ member
216 if (up->tcswitch == 0) { in ulink_receive()
217 up->tcswitch = 1; in ulink_receive()
220 up->tcswitch = 0; in ulink_receive()
226 up->tcswitch = 1; in ulink_receive()
H A Drefclock_chronolog.c59 u_char tcswitch; /* timecode switch */ member
193 if (up->tcswitch == 0) { in chronolog_receive()
194 up->tcswitch = 1; in chronolog_receive()
197 up->tcswitch = 0; in chronolog_receive()
203 up->tcswitch = 1; in chronolog_receive()
H A Drefclock_dumbclock.c61 u_char tcswitch; /* timecode switch */ member
210 if (up->tcswitch == 0) { in dumbclock_receive()
211 up->tcswitch = 1; in dumbclock_receive()
214 up->tcswitch = 0; in dumbclock_receive()
220 up->tcswitch = 1; in dumbclock_receive()
H A Drefclock_arbiter.c114 int tcswitch; /* timecode switch/counter */ member
269 if (up->tcswitch == 0) { in arb_receive()
334 up->tcswitch++; in arb_receive()
335 if (up->tcswitch <= 1 || temp < LENARB) in arb_receive()
454 up->tcswitch = 0; in arb_poll()