Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_refclock.h78 double fudgetime2; /* configure fudge time2 */ member
175 double fudgetime2; /* fudge time2 */ member
H A Dntp_request.h846 l_fp fudgetime2; member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_shm.c281 else if (pp->fudgetime2 < 1. || pp->fudgetime2 > 86400.) in shm_control()
284 up->max_delta = (time_t)floor(pp->fudgetime2 + 0.5); in shm_control()
H A Dntp_refclock.c1286 pp->fudgetime2 = in->fudgetime2; in refclock_control()
1321 out->fudgetime2 = pp->fudgetime2; in refclock_control()
1322 if (0.0 != out->fudgetime2) in refclock_control()
H A Drefclock_true.c436 pp->fudgetime1 = pp->fudgetime2; in true_receive()
437 pp->fudgetime2 = dtemp; in true_receive()
H A Drefclock_wwvb.c441 if (!refclock_process_f(pp, pp->fudgetime2)) in wwvb_receive()
H A Drefclock_parse.c3084 parse->generic->fudgetime2 = 0.0; in parse_start()
3085 parse->ppsphaseadjust = parse->generic->fudgetime2; in parse_start()
3420 parse->generic->fudgetime2 = in->fudgetime2; in parse_ctl()
3423 parse->maxunsync = (u_long)ABS(in->fudgetime2); in parse_ctl()
3430 parse->ppsphaseadjust = in->fudgetime2; in parse_ctl()
3555 …parse->generic->fudgetime2 = (parse->flags & PARSE_TRUSTTIME) ? (double)parse->maxunsync : parse->… in parse_control()
H A Drefclock_nmea.c897 pp->fudgetime2, pp->fudgetime1); in nmea_procrec()
901 rd_timestamp, pp->fudgetime2); in nmea_procrec()
H A Drefclock_irig.c446 up->phase += pp->fudgetime2 / 1e6; in irig_receive()
H A Dntp_request.c2545 DTOLFP(clock_stat.fudgetime2, &ltmp); in get_clock_info()
2546 HTONL_FP(&ltmp, &ic->fudgetime2); in get_clock_info()
2609 LFPTOD(&ltmp, clock_stat.fudgetime2); in set_clock_fudge()
H A Drefclock_wwv.c1151 wwv_qrz(peer, rp, (int)(pp->fudgetime2 * WWV_SEC)); in wwv_rf()
2459 up->pdelay = pp->fudgetime2; in wwv_newchan()
H A Drefclock_gpsdjson.c815 DTOLFP(pp->fudgetime2, &up->sti_fudge); in gpsd_control()
H A Dntp_config.c3977 clock_stat.fudgetime2 = 0.0; in config_fudge()
3989 clock_stat.fudgetime2 = curr_opt->value.d; in config_fudge()
H A Drefclock_jjy.c1345 && ( fSeconds >= ( pp->fudgetime2 * 3600 ) || ( ! up->bStusReplyAdjustedAtLeastOnce ) ) ) { in jjy_receive_tristate_jjy01()
H A Dntp_control.c623 { CC_FUDGETIME2, RO, "fudgetime2" }, /* 8 */
2957 pcs->fudgetime2 * 1e3); in ctl_putclock()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std389 offsetof(fudgetime2) = 36
H A Dntpdc_ops.c2720 NTOHL_FP(&cl->fudgetime2, &ts); in clockstat()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c768 (int) offsetof(struct info_clock, fudgetime2));
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi826 @item @code{fudgetime2}
H A Dntpq-opts.def1022 .It Cm fudgetime2
H A Dinvoke-ntpq.texi902 @item @code{fudgetime2}
/freebsd/contrib/ntp/
H A Dconfigure.ac4178 AC_MSG_CHECKING([if we want correct mode7 fudgetime2 behavior])
4183 [+ provide correct mode7 fudgetime2 behavior]
H A DChangeLog2455 * [Bug 1931] cv always includes fudgetime1, never fudgetime2.
H A Dconfigure1868 --enable-bug3527-fix + provide correct mode7 fudgetime2 behavior
33688 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if we want correct mode7 fudgetime2 behavior" >&5
33689 printf %s "checking if we want correct mode7 fudgetime2 behavior... " >&6; }
H A DCommitLog[all...]