Home
last modified time | relevance | path

Searched refs:CEVNT_NOMINAL (Results 1 – 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_gpsdjson.c728 refclock_report(peer, CEVNT_NOMINAL); in poll_primary()
772 refclock_report(peer, CEVNT_NOMINAL); in poll_secondary()
970 refclock_report(peer, CEVNT_NOMINAL); in add_clock_sample()
HDrefclock_nmea.c1125 if (pp->currentstatus > CEVNT_NOMINAL) in nmea_poll()
1126 refclock_report(peer, CEVNT_NOMINAL); in nmea_poll()
HDrefclock_shm.c343 refclock_report(peer, CEVNT_NOMINAL); in shm_poll()
HDrefclock_msfees.c638 if (code != CEVNT_NOMINAL) in ees_report_event()
1420 ees_event(ees, lostsync ? CEVNT_PROP : CEVNT_NOMINAL); in ees_process()
HDrefclock_tsyncpci.c684 refclock_report(peer, CEVNT_NOMINAL); in tsync_poll()
HDrefclock_true.c602 refclock_report(peer, CEVNT_NOMINAL); in true_receive()
HDrefclock_jupiter.c485 refclock_report(peer, CEVNT_NOMINAL); in jupiter_poll()
HDrefclock_neoclock4x.c653 refclock_report(peer, CEVNT_NOMINAL); in neoclock4x_receive()
HDntp_refclock.c188 if ((code != CEVNT_NOMINAL) && (pp->lastevent < 15)) in refclock_report()
HDrefclock_parse.c2659 { CEVNT_NOMINAL, "NOMINAL" }, in clockstatus()
3746 if (event == CEVNT_NOMINAL) in parse_event()
4150 parse_event(parse, CEVNT_NOMINAL); in parse_process()
/freebsd-13-stable/contrib/ntp/include/
HDntp.h686 #define CEVNT_NOMINAL 0 /* unspecified */ macro
/freebsd-13-stable/contrib/ntp/
HDCommitLog-4.1.0124 CEVNT_NOMINAL.