/freebsd/contrib/ntp/include/ |
H A D | ntp_refclock.h | 78 double fudgetime2; /* configure fudge time2 */ member 175 double fudgetime2; /* fudge time2 */ member
|
H A D | ntp_request.h | 846 l_fp fudgetime2; member
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_shm.c | 281 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 D | ntp_refclock.c | 1286 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 D | refclock_true.c | 436 pp->fudgetime1 = pp->fudgetime2; in true_receive() 437 pp->fudgetime2 = dtemp; in true_receive()
|
H A D | refclock_wwvb.c | 441 if (!refclock_process_f(pp, pp->fudgetime2)) in wwvb_receive()
|
H A D | refclock_parse.c | 3084 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 D | refclock_nmea.c | 897 pp->fudgetime2, pp->fudgetime1); in nmea_procrec() 901 rd_timestamp, pp->fudgetime2); in nmea_procrec()
|
H A D | refclock_irig.c | 446 up->phase += pp->fudgetime2 / 1e6; in irig_receive()
|
H A D | ntp_request.c | 2545 DTOLFP(clock_stat.fudgetime2, <mp); in get_clock_info() 2546 HTONL_FP(<mp, &ic->fudgetime2); in get_clock_info() 2609 LFPTOD(<mp, clock_stat.fudgetime2); in set_clock_fudge()
|
H A D | refclock_wwv.c | 1151 wwv_qrz(peer, rp, (int)(pp->fudgetime2 * WWV_SEC)); in wwv_rf() 2459 up->pdelay = pp->fudgetime2; in wwv_newchan()
|
H A D | refclock_gpsdjson.c | 815 DTOLFP(pp->fudgetime2, &up->sti_fudge); in gpsd_control()
|
H A D | ntp_config.c | 3977 clock_stat.fudgetime2 = 0.0; in config_fudge() 3989 clock_stat.fudgetime2 = curr_opt->value.d; in config_fudge()
|
H A D | refclock_jjy.c | 1345 && ( fSeconds >= ( pp->fudgetime2 * 3600 ) || ( ! up->bStusReplyAdjustedAtLeastOnce ) ) ) { in jjy_receive_tristate_jjy01()
|
H A D | ntp_control.c | 623 { CC_FUDGETIME2, RO, "fudgetime2" }, /* 8 */ 2957 pcs->fudgetime2 * 1e3); in ctl_putclock()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 389 offsetof(fudgetime2) = 36
|
H A D | ntpdc_ops.c | 2720 NTOHL_FP(&cl->fudgetime2, &ts); in clockstat()
|
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 768 (int) offsetof(struct info_clock, fudgetime2));
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.texi | 826 @item @code{fudgetime2}
|
H A D | ntpq-opts.def | 1022 .It Cm fudgetime2
|
H A D | invoke-ntpq.texi | 902 @item @code{fudgetime2}
|
/freebsd/contrib/ntp/ |
H A D | configure.ac | 4178 AC_MSG_CHECKING([if we want correct mode7 fudgetime2 behavior]) 4183 [+ provide correct mode7 fudgetime2 behavior]
|
H A D | ChangeLog | 2455 * [Bug 1931] cv always includes fudgetime1, never fudgetime2.
|
H A D | configure | 1868 --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 D | CommitLog | [all...] |