Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/libparse/
Dclk_hopf6021.c94 #define HOPF_INVALID 0x00 /* no time code available */ macro
194 case HOPF_INVALID: /* Time/Date invalid */ in cvt_hopf6021()
/freebsd-10-stable/contrib/ntp/ntpd/
Drefclock_hopfpci.c77 #define HOPF_INVALID 0x00 /* no time code available */ macro
227 if ((m_time.wStatus & HOPF_OPMODE) == HOPF_INVALID) { /* time ok? */ in hopfpci_poll()
Drefclock_hopfser.c78 #define HOPF_INVALID 0x00 /* no time code available */ macro
307 if ((synch & HOPF_OPMODE) == HOPF_INVALID ){ /* time ok? */ in hopfserial_receive()