Searched refs:fudgetime1 (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_refclock.h77 double fudgetime1; /* configure fudge time1 */ member in struct:refclockstat
174 double fudgetime1; /* fudge time1 */ member in struct:refclockproc
H A Dntp_request.h845 l_fp fudgetime1; member in struct:info_clock
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_refclock.c565 return refclock_process_f(pp, pp->fudgetime1);
575 * fudgetime1 can be added to the final offset to compensate for various
703 pp->fudgetime1 -= pp->offset * FUDGEFAC;
1205 pp->fudgetime1 = in->fudgetime1;
1239 out->fudgetime1 = pp->fudgetime1;
1240 if (0.0 != out->fudgetime1)
1499 dcorr = modf((pp->fudgetime1 - dtemp), &trash);
1526 dcorr, pp->fudgetime1);
[all...]
H A Drefclock_pcf.c102 pp->fudgetime1 = 0.1725;
H A Drefclock_neoclock4x.c309 pp->fudgetime1 = (NEOCLOCK4X_TIMECODELEN * 11) / 2400.0;
706 pp->fudgetime1 = in->fudgetime1;
708 msyslog(LOG_NOTICE, "NeoClock4X(%d): using fudgetime1 with %0.5fs from ntp.conf.",
709 unit, pp->fudgetime1);
H A Drefclock_zyfer.c306 refclock_process_offset(pp, tfrac, pp->lastrec, pp->fudgetime1);
H A Drefclock_true.c441 dtemp = pp->fudgetime1;
442 pp->fudgetime1 = pp->fudgetime2;
H A Drefclock_shm.c637 refclock_process_offset(pp, tsref, tsrcv, pp->fudgetime1);
H A Drefclock_tsyncpci.c647 pp->fudgetime1);
H A Drefclock_parse.c3068 parse->generic->fudgetime1 = parse->parse_type->cl_basedelay;
3352 parse->generic->fudgetime1,
3398 parse->generic->fudgetime1 = in->fudgetime1;
3401 parse->generic->fudgetime1);
3989 fudge = parse->generic->fudgetime1; /* standard RS232 Fudgefactor */
H A Dntp_request.c2534 DTOLFP(clock_stat.fudgetime1, &ltmp);
2535 HTONL_FP(&ltmp, &ic->fudgetime1);
2595 LFPTOD(&ltmp, clock_stat.fudgetime1);
H A Drefclock_gpsdjson.c790 DTOLFP(pp->fudgetime1, &up->pps_fudge2);
795 DTOLFP(pp->fudgetime1, &up->pps_fudge);
H A Drefclock_wwv.c1123 wwv_qrz(peer, sp, (int)(pp->fudgetime1 * WWV_SEC));
2456 up->pdelay = pp->fudgetime1;
H A Drefclock_jupiter.c332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1);
H A Drefclock_chu.c1402 pp->fudgetime1);
H A Drefclock_nmea.c910 pp->fudgetime2, pp->fudgetime1);
H A Dntp_config.c3876 clock_stat.fudgetime1 = 0.0;
3887 clock_stat.fudgetime1 = curr_opt->value.d;
H A Dntp_control.c624 { CC_FUDGETIME1, RO, "fudgetime1" }, /* 7 */
2957 pcs->fudgetime1 * 1e3);
H A Drefclock_oncore.c4083 refclock_process_offset(pp, fp, pp->lastrec, pp->fudgetime1);
/freebsd-13-stable/usr.sbin/ntp/ntpdc/
H A Dnl.c766 printf("offsetof(fudgetime1) = %d\n",
767 (int) offsetof(struct info_clock, fudgetime1));
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2717 NTOHL_FP(&cl->fudgetime1, &ts);

Completed in 311 milliseconds