HomeSort by: relevance | last modified time | path
    Searched refs:LEAP_NOTINSYNC (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/ntpd/
refclock_local.c 122 pp->leap = LEAP_NOTINSYNC;
204 pp->leap = LEAP_NOTINSYNC;
refclock_hopfpci.c 231 pp->leap = LEAP_NOTINSYNC;
243 pp->leap = LEAP_NOTINSYNC;
refclock_hopfser.c 296 pp->leap = LEAP_NOTINSYNC;
305 pp->leap = LEAP_NOTINSYNC;
317 pp->leap = LEAP_NOTINSYNC;
ntp_timer.c 370 if (sys_leap == LEAP_NOTINSYNC) {
380 if (sys_leap != LEAP_NOTINSYNC) {
381 set_sys_leap(LEAP_NOTINSYNC);
406 , (sys_leap == LEAP_NOTINSYNC));
407 if (sys_leap != LEAP_NOTINSYNC) {
refclock_atom.c 226 if (sys_leap == LEAP_NOTINSYNC)
refclock_heath.c 385 pp->leap = LEAP_NOTINSYNC;
refclock_pcf.c 221 pp->leap = LEAP_NOTINSYNC;
refclock_pst.c 256 pp->leap = LEAP_NOTINSYNC;
refclock_tpro.c 192 pp->leap = LEAP_NOTINSYNC;
refclock_tt560.c 224 pp->leap = LEAP_NOTINSYNC;
ntp_proto.c 245 * eventually change xmt_leap below, but never change LEAP_NOTINSYNC.
247 if (xmt_leap != LEAP_NOTINSYNC) {
250 xmt_leap = LEAP_NOTINSYNC;
280 && hisleap == LEAP_NOTINSYNC
419 if (sys_leap != LEAP_NOTINSYNC)
1379 if ( sys_leap == LEAP_NOTINSYNC
1389 DPRINTF(2, ("receive: AM_FXMIT drop: LEAP_NOTINSYNC || stratum || loop\n"));
1489 if ( hisleap == LEAP_NOTINSYNC
1566 if ( hisleap == LEAP_NOTINSYNC
1754 if ( hisleap != LEAP_NOTINSYNC
    [all...]
refclock_acts.c 848 pp->leap = LEAP_NOTINSYNC;
867 pp->leap = LEAP_NOTINSYNC;
refclock_arbiter.c 414 pp->leap = LEAP_NOTINSYNC;
refclock_as2201.c 315 pp->leap = LEAP_NOTINSYNC;
refclock_ulink.c 516 pp->leap = LEAP_NOTINSYNC;
refclock_zyfer.c 289 pp->leap = LEAP_NOTINSYNC;
refclock_hpgps.c 534 pp->leap = LEAP_NOTINSYNC;
refclock_wwvb.c 428 pp->leap = LEAP_NOTINSYNC;
ntp_refclock.c 270 peer->leap = LEAP_NOTINSYNC;
687 if (peer->leap == LEAP_NOTINSYNC)
1532 if (ap->pps_params.mode == 0 && sys_leap != LEAP_NOTINSYNC) {
refclock_nmea.c 868 if (pp->leap == LEAP_NOTINSYNC) { /* no good status? */
896 if (up->ppsapi_lit && pp->leap != LEAP_NOTINSYNC)
1605 * return LEAP_NOWARNING and LEAP_NOTINSYNC otherwise. If the 'inverted'
1607 * data field (*cp points to the NUL byte) the result is LEAP_NOTINSYNC.
1619 LEAP_NOTINSYNC, LEAP_NOWARNING };
  /src/external/bsd/ntp/dist/sntp/tests/
utilities.c 136 expected.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC,
141 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION,
packetHandling.c 61 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode));
108 TEST_ASSERT_EQUAL(LEAP_NOTINSYNC, PKT_LEAP(testpkt.li_vn_mode));
  /src/external/bsd/ntp/dist/sntp/
networking.c 268 if (LEAP_NOTINSYNC == PKT_LEAP(rpkt->li_vn_mode)) {
  /src/external/bsd/ntp/dist/libntp/
statestr.c 37 { LEAP_NOTINSYNC, "leap_alarm", 0 },
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 696 xpkt.li_vn_mode = PKT_LI_VN_MODE(LEAP_NOTINSYNC,
843 if (LEAP_NOTINSYNC == PKT_LEAP(rpkt->li_vn_mode) &&
1084 if (server->leap == LEAP_NOTINSYNC) {

Completed in 54 milliseconds

1 2