Searched refs:peerstats (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ntp/conf/
H A Dbeauregard.conf14 filegen peerstats file peerstats type day enable
H A Dmalarky.conf15 filegen peerstats file peerstats type day enable
H A Drackety.conf53 filegen peerstats file peerstats type day enable
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c80 static FILEGEN peerstats; variable
134 filegen_unregister("peerstats");
160 filegen_register(statsdir, "peerstats", &peerstats);
554 filegen_setup(&peerstats, now.l_ui);
557 if (peerstats.fp != NULL) {
558 fprintf(peerstats.fp,
562 fflush(peerstats.fp);
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c48 static void peerstats (struct parse *, FILE *);
108 { "pstats", peerstats, { NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD, OPT|NTP_ADD },
753 * peerstats - return statistics for a peer
756 peerstats( function

Completed in 117 milliseconds