Searched refs:LEAP_NOTINSYNC (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_local.c120 pp->leap = LEAP_NOTINSYNC;
202 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_hopfpci.c229 pp->leap = LEAP_NOTINSYNC;
241 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_hopfser.c300 pp->leap = LEAP_NOTINSYNC;
309 pp->leap = LEAP_NOTINSYNC;
321 pp->leap = LEAP_NOTINSYNC;
H A Dntp_timer.c365 if (sys_leap == LEAP_NOTINSYNC) {
374 if (sys_leap != LEAP_NOTINSYNC) {
375 set_sys_leap(LEAP_NOTINSYNC);
399 (sys_leap == LEAP_NOTINSYNC));
400 if (sys_leap != LEAP_NOTINSYNC) {
H A Drefclock_atom.c224 if (sys_leap == LEAP_NOTINSYNC)
H A Drefclock_heath.c383 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_pcf.c219 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_pst.c254 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_tpro.c190 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_tt560.c222 pp->leap = LEAP_NOTINSYNC;
H A Dntp_proto.c243 * eventually change xmt_leap below, but never change LEAP_NOTINSYNC.
245 if (xmt_leap != LEAP_NOTINSYNC) {
248 xmt_leap = LEAP_NOTINSYNC;
278 && hisleap == LEAP_NOTINSYNC
417 if (sys_leap != LEAP_NOTINSYNC)
1335 if ( sys_leap == LEAP_NOTINSYNC
1340 DPRINTF(2, ("receive: AM_FXMIT drop: LEAP_NOTINSYNC || stratum || loop\n"));
1423 if ( hisleap == LEAP_NOTINSYNC
1496 if ( hisleap == LEAP_NOTINSYNC
1684 if ( hisleap != LEAP_NOTINSYNC
[all...]
H A Drefclock_arbiter.c414 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_as2201.c313 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_ulink.c514 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_zyfer.c287 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_acts.c856 pp->leap = LEAP_NOTINSYNC;
875 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_hpgps.c532 pp->leap = LEAP_NOTINSYNC;
H A Drefclock_wwvb.c425 pp->leap = LEAP_NOTINSYNC;
H A Dntp_refclock.c267 peer->leap = LEAP_NOTINSYNC;
681 if (peer->leap == LEAP_NOTINSYNC)
1451 if (ap->pps_params.mode == 0 && sys_leap != LEAP_NOTINSYNC) {
H A Drefclock_nmea.c879 if (pp->leap == LEAP_NOTINSYNC) { /* no good status? */
907 if (up->ppsapi_lit && pp->leap != LEAP_NOTINSYNC)
1614 * return LEAP_NOWARNING and LEAP_NOTINSYNC otherwise. If the 'inverted'
1616 * data field (*cp points to the NUL byte) the result is LEAP_NOTINSYNC.
1628 LEAP_NOTINSYNC, LEAP_NOWARNING };
/freebsd-11-stable/contrib/ntp/sntp/tests/
H A Dutilities.c137 expected.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC,
142 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION,
H A DpacketHandling.c59 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode));
96 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode));
H A DpacketProcessing.c364 testpkt.p.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC,
/freebsd-11-stable/contrib/ntp/sntp/
H A Dnetworking.c266 if (LEAP_NOTINSYNC == PKT_LEAP(rpkt->li_vn_mode)) {
/freebsd-11-stable/contrib/ntp/libntp/
H A Dstatestr.c36 { LEAP_NOTINSYNC, "leap_alarm", 0 },

Completed in 120 milliseconds

12