Home
last modified time | relevance | path

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

12

/freebsd/contrib/ntp/ntpd/
H A Dntp_refclock.c566 return refclock_process_f(pp, pp->fudgetime1); in refclock_process()
576 * fudgetime1 can be added to the final offset to compensate for various
707 pp->fudgetime1 -= pp->offset * FUDGEFAC; in refclock_receive()
1284 pp->fudgetime1 = in->fudgetime1; in refclock_control()
1318 out->fudgetime1 = pp->fudgetime1; in refclock_control()
1319 if (0.0 != out->fudgetime1) in refclock_control()
1578 dcorr = modf((pp->fudgetime1 - dtemp), &trash); in refclock_pps()
1605 dcorr, pp->fudgetime1); in refclock_pps()
[all...]
H A Drefclock_neoclock4x.c309 pp->fudgetime1 = (NEOCLOCK4X_TIMECODELEN * 11) / 2400.0; in neoclock4x_start()
706 pp->fudgetime1 = in->fudgetime1; in neoclock4x_control()
708 msyslog(LOG_NOTICE, "NeoClock4X(%d): using fudgetime1 with %0.5fs from ntp.conf.", in neoclock4x_control()
709 unit, pp->fudgetime1); in neoclock4x_control()
H A Drefclock_pcf.c102 pp->fudgetime1 = 0.1725; in pcf_start()
H A Drefclock_zyfer.c306 refclock_process_offset(pp, tfrac, pp->lastrec, pp->fudgetime1); in zyfer_receive()
H A Drefclock_true.c435 dtemp = pp->fudgetime1; in true_receive()
436 pp->fudgetime1 = pp->fudgetime2; in true_receive()
H A Drefclock_shm.c637 refclock_process_offset(pp, tsref, tsrcv, pp->fudgetime1); in shm_timer()
H A Drefclock_tsyncpci.c647 pp->fudgetime1); in tsync_poll()
H A Drefclock_parse.c3082 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay; in parse_start()
3366 parse->generic->fudgetime1, in parse_start()
3412 parse->generic->fudgetime1 = in->fudgetime1; in parse_ctl()
3415 parse->generic->fudgetime1); in parse_ctl()
4003 fudge = parse->generic->fudgetime1; /* standard RS232 Fudgefactor */ in parse_process()
H A Drefclock_gpsdjson.c809 DTOLFP(pp->fudgetime1, &up->pps_fudge2); in gpsd_control()
814 DTOLFP(pp->fudgetime1, &up->pps_fudge); in gpsd_control()
H A Drefclock_jupiter.c332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1); in jupiter_checkpps()
H A Dntp_request.c2543 DTOLFP(clock_stat.fudgetime1, &ltmp); in get_clock_info()
2544 HTONL_FP(&ltmp, &ic->fudgetime1); in get_clock_info()
2604 LFPTOD(&ltmp, clock_stat.fudgetime1); in set_clock_fudge()
H A Drefclock_wwv.c1123 wwv_qrz(peer, sp, (int)(pp->fudgetime1 * WWV_SEC)); in wwv_rf()
2456 up->pdelay = pp->fudgetime1; in wwv_newchan()
H A Drefclock_nmea.c897 pp->fudgetime2, pp->fudgetime1); in nmea_procrec()
H A Drefclock_chu.c1402 pp->fudgetime1); in chu_second()
H A Dntp_config.c3976 clock_stat.fudgetime1 = 0.0; in config_fudge()
3984 clock_stat.fudgetime1 = curr_opt->value.d; in config_fudge()
H A Drefclock_oncore.c4088 refclock_process_offset(pp, fp, pp->lastrec, pp->fudgetime1); in oncore_feed_clockproc()
H A Dntp_control.c622 { CC_FUDGETIME1, RO, "fudgetime1" }, /* 7 */
2951 pcs->fudgetime1 * 1e3); in ctl_putclock()
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h77 double fudgetime1; /* configure fudge time1 */ member
174 double fudgetime1; /* fudge time1 */ member
H A Dntp_request.h845 l_fp fudgetime1; member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std388 offsetof(fudgetime1) = 28
H A Dntpdc_ops.c2717 NTOHL_FP(&cl->fudgetime1, &ts); in clockstat()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c766 (int) offsetof(struct info_clock, fudgetime1));
/freebsd/contrib/ntp/ntpq/
H A Dntpq.texi824 @item @code{fudgetime1}
H A Dntpq-opts.def1020 .It Cm fudgetime1
H A Dinvoke-ntpq.texi900 @item @code{fudgetime1}

12