Searched refs:mru_maxage (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_monitor.c94 int mru_maxage = 64; /* for entries older than */ variable
416 * - mru_maxage ("mru maxage") is a ceiling on the age in
452 /* note -1 is legal for mru_maxage (disables) */
453 if (oldest != NULL && mru_maxage < oldest_age) {
H A Dntp_config.c2603 mru_maxage = my_opt->value.i;
H A Dntp_control.c368 { CS_MRU_MAXAGE, RO, "mru_maxage" }, /* 28 */
2178 ctl_putint(sys_var[varid].text, mru_maxage);
/freebsd-13-stable/contrib/ntp/include/
H A Dntpd.h443 extern int mru_maxage; /* for entries older than */

Completed in 272 milliseconds