Home
last modified time | relevance | path

Searched refs:refclock_process_offset (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Drefclock_local.c177 refclock_process_offset(pp, pp->lastrec, pp->lastrec, 0); in local_poll()
H A Drefclock_zyfer.c306 refclock_process_offset(pp, tfrac, pp->lastrec, pp->fudgetime1); in zyfer_receive()
H A Dntp_refclock.c498 refclock_process_offset( in refclock_process_offset() function
556 refclock_process_offset(pp, offset, pp->lastrec, fudge); in refclock_process_f()
H A Drefclock_shm.c637 refclock_process_offset(pp, tsref, tsrcv, pp->fudgetime1); in shm_timer()
H A Drefclock_tsyncpci.c646 refclock_process_offset(pp, offset, pp->lastrec, in tsync_poll()
H A Drefclock_jupiter.c332 refclock_process_offset(pp, tstamp, up->rcv_pps, pp->fudgetime1); in jupiter_checkpps()
H A Drefclock_chu.c1400 refclock_process_offset(pp, offset, in chu_second()
H A Drefclock_nmea.c994 refclock_process_offset(pp, rd_reftime, rd_timestamp, 0.0); in nmea_procrec()
H A Drefclock_gpsdjson.c971 refclock_process_offset(pp, stamp, recvt, 0.0); in add_clock_sample()
H A Drefclock_wwv.c2089 refclock_process_offset(pp, offset, in wwv_clock()
H A Drefclock_oncore.c4088 refclock_process_offset(pp, fp, pp->lastrec, pp->fudgetime1); in oncore_feed_clockproc()
H A Drefclock_parse.c4215 refclock_process_offset(parse->generic, reftime, rectime, fudge); in parse_process()
/freebsd/contrib/ntp/include/
H A Dntp_refclock.h230 extern void refclock_process_offset(struct refclockproc *, l_fp,
/freebsd/contrib/ntp/
H A DCommitLog-4.1.05697 added refclock_process_offset() extern declaration