Home
last modified time | relevance | path

Searched refs:root_delay (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/tcpdump/
H A Dprint-ntp.c121 struct s_fixedpt root_delay; member
243 ND_TCHECK2(bp->root_delay, 0); in ntp_print()
246 ND_TCHECK(bp->root_delay); in ntp_print()
248 p_sfix(ndo, &bp->root_delay); in ntp_print()
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_util.c690 double root_delay, /* seconds */ in record_raw_stats() argument
715 root_delay, root_dispersion, refid_str(refid, stratum)); in record_raw_stats()
/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h292 …, int version, int mode, int stratum, int ppoll, int precision, double root_delay, double root_dis…