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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_util.c96 static FILEGEN peerstats; variable
149 filegen_unregister("peerstats");
178 filegen_register(statsdir, "peerstats", &peerstats);
564 if(peerstats.prefix == &statsdir[0] &&
565 peerstats.fp != NULL) {
566 fclose(peerstats.fp);
567 peerstats.fp = NULL;
568 filegen_setup(&peerstats, now.l_ui);
694 filegen_setup(&peerstats, no
[all...]
/macosx-10.10.1/ntp-92/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 },
762 * peerstats - return statistics for a peer
765 peerstats( function

Completed in 69 milliseconds