Home
last modified time | relevance | path

Searched refs:info_timer_stats (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/ntp/ntpdc/
Dnl.c439 (int) sizeof(struct info_timer_stats));
441 (int) offsetof(struct info_timer_stats, timereset));
443 (int) offsetof(struct info_timer_stats, alarms));
445 (int) offsetof(struct info_timer_stats, overflows));
447 (int) offsetof(struct info_timer_stats, xmtcalls));
/freebsd-12-stable/contrib/ntp/ntpdc/
Dlayout.std221 sizeof(struct info_timer_stats) = 16
Dntpdc_ops.c1230 struct info_timer_stats *tim; in timerstats()
/freebsd-12-stable/contrib/ntp/include/
Dntp_request.h574 struct info_timer_stats { struct
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_request.c1237 struct info_timer_stats * ts; in timer_stats()
1240 ts = (struct info_timer_stats *)prepare_pkt(srcadr, inter, in timer_stats()