Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c438 (int) sizeof(struct info_timer_stats));
440 (int) offsetof(struct info_timer_stats, timereset));
442 (int) offsetof(struct info_timer_stats, alarms));
444 (int) offsetof(struct info_timer_stats, overflows));
446 (int) offsetof(struct info_timer_stats, xmtcalls));
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std221 sizeof(struct info_timer_stats) = 16
H A Dntpdc_ops.c1230 struct info_timer_stats *tim; in timerstats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h574 struct info_timer_stats { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1237 struct info_timer_stats * ts; in timer_stats()
1240 ts = (struct info_timer_stats *)prepare_pkt(srcadr, inter, in timer_stats()