Home
last modified time | relevance | path

Searched refs:LEAP_NOTINSYNC (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/ntp/ntpd/
H A Dntp_timer.c368 if (sys_leap == LEAP_NOTINSYNC) { in timer()
378 if (sys_leap != LEAP_NOTINSYNC) { in timer()
379 set_sys_leap(LEAP_NOTINSYNC); in timer()
404 , (sys_leap == LEAP_NOTINSYNC)); in timer()
405 if (sys_leap != LEAP_NOTINSYNC) { in timer()
H A Drefclock_local.c120 pp->leap = LEAP_NOTINSYNC; in local_start()
202 pp->leap = LEAP_NOTINSYNC; in local_poll()
H A Drefclock_hopfser.c294 pp->leap = LEAP_NOTINSYNC; in hopfserial_receive()
303 pp->leap = LEAP_NOTINSYNC; in hopfserial_receive()
315 pp->leap = LEAP_NOTINSYNC; in hopfserial_receive()
H A Drefclock_hopfpci.c229 pp->leap = LEAP_NOTINSYNC; in hopfpci_poll()
241 pp->leap = LEAP_NOTINSYNC; in hopfpci_poll()
H A Dntp_proto.c245 if (xmt_leap != LEAP_NOTINSYNC) { in set_sys_leap()
248 xmt_leap = LEAP_NOTINSYNC; in set_sys_leap()
278 && hisleap == LEAP_NOTINSYNC in kiss_code_check()
417 if (sys_leap != LEAP_NOTINSYNC) in transmit()
1487 if ( hisleap == LEAP_NOTINSYNC in receive()
1564 if ( hisleap == LEAP_NOTINSYNC in receive()
1752 if ( hisleap != LEAP_NOTINSYNC in receive()
3006 set_sys_leap(LEAP_NOTINSYNC); in clock_update()
3289 peer->leap = LEAP_NOTINSYNC; in peer_clear()
3561 set_sys_leap(LEAP_NOTINSYNC); in clock_select()
[all …]
H A Drefclock_atom.c224 if (sys_leap == LEAP_NOTINSYNC) in atom_poll()
H A Drefclock_tpro.c190 pp->leap = LEAP_NOTINSYNC; in tpro_poll()
H A Drefclock_heath.c383 pp->leap = LEAP_NOTINSYNC; in heath_receive()
H A Drefclock_pcf.c219 pp->leap = LEAP_NOTINSYNC; in pcf_poll()
H A Drefclock_pst.c254 pp->leap = LEAP_NOTINSYNC; in pst_receive()
H A Drefclock_acts.c846 pp->leap = LEAP_NOTINSYNC; in acts_timecode()
865 pp->leap = LEAP_NOTINSYNC; in acts_timecode()
H A Drefclock_tt560.c222 pp->leap = LEAP_NOTINSYNC; in tt560_poll()
H A Drefclock_zyfer.c287 pp->leap = LEAP_NOTINSYNC; in zyfer_receive()
H A Drefclock_as2201.c313 pp->leap = LEAP_NOTINSYNC; in as2201_receive()
H A Drefclock_ulink.c514 pp->leap = LEAP_NOTINSYNC; in ulink_receive()
H A Drefclock_arbiter.c412 pp->leap = LEAP_NOTINSYNC; in arb_receive()
H A Drefclock_nmea.c866 if (pp->leap == LEAP_NOTINSYNC) { /* no good status? */ in nmea_procrec()
894 if (up->ppsapi_lit && pp->leap != LEAP_NOTINSYNC) in nmea_procrec()
1617 LEAP_NOTINSYNC, LEAP_NOWARNING }; in parse_qual()
H A Dntp_refclock.c268 peer->leap = LEAP_NOTINSYNC; in refclock_newpeer()
685 if (peer->leap == LEAP_NOTINSYNC) in refclock_receive()
1530 if (ap->pps_params.mode == 0 && sys_leap != LEAP_NOTINSYNC) { in refclock_pps()
H A Drefclock_mx4200.c1074 pp->leap = LEAP_NOTINSYNC; in mx4200_parse_t()
1100 if (!valid || pp->leap == LEAP_NOTINSYNC) { in mx4200_parse_t()
H A Drefclock_neoclock4x.c510 pp->leap = LEAP_NOTINSYNC; in neoclock4x_receive()
536 pp->leap = LEAP_NOTINSYNC; in neoclock4x_receive()
H A Drefclock_hpgps.c532 pp->leap = LEAP_NOTINSYNC; in hpgps_receive()
/freebsd/contrib/ntp/sntp/tests/
H A Dutilities.c134 expected.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC, in test_SetLiVnMode2()
139 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION, in test_SetLiVnMode2()
H A DpacketHandling.c59 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode)); in test_GenerateUnauthenticatedPacket()
106 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode)); in test_GenerateAuthenticatedPacket()
/freebsd/contrib/ntp/sntp/
H A Dnetworking.c266 if (LEAP_NOTINSYNC == PKT_LEAP(rpkt->li_vn_mode)) { in process_pkt()
/freebsd/contrib/ntp/libntp/
H A Dstatestr.c35 { LEAP_NOTINSYNC, "leap_alarm", 0 },

12