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

/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_util.c94 static FILEGEN peerstats; variable
147 filegen_unregister("peerstats");
176 filegen_register(statsdir, "peerstats", &peerstats);
558 if(peerstats.prefix == &statsdir[0] &&
559 peerstats.fp != NULL) {
560 fclose(peerstats.fp);
561 peerstats.fp = NULL;
562 filegen_setup(&peerstats, now.l_ui);
688 filegen_setup(&peerstats, no
[all...]
/macosx-10.9.5/ntp-88/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 76 milliseconds