Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c342 (int) sizeof(struct info_sys_stats));
344 (int) offsetof(struct info_sys_stats, timeup));
346 (int) offsetof(struct info_sys_stats, timereset));
348 (int) offsetof(struct info_sys_stats, denied));
350 (int) offsetof(struct info_sys_stats, oldversionpkt));
352 (int) offsetof(struct info_sys_stats, newversionpkt));
354 (int) offsetof(struct info_sys_stats, unknownversion));
356 (int) offsetof(struct info_sys_stats, badlength));
358 (int) offsetof(struct info_sys_stats, processed));
360 (int) offsetof(struct info_sys_stats, badauth));
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1046 struct info_sys_stats *ss; in sysstats()
1054 sizeof(struct info_sys_stats)); in sysstats()
1067 if (itemsize != sizeof(struct info_sys_stats) && in sysstats()
1070 checkitemsize(itemsize, sizeof(struct info_sys_stats)); in sysstats()
1093 if (itemsize != sizeof(struct info_sys_stats)) in sysstats()
H A Dlayout.std171 sizeof(struct info_sys_stats) = 52
/freebsd/contrib/ntp/include/
H A Dntp_request.h504 struct info_sys_stats { struct
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1140 register struct info_sys_stats *ss; in sys_stats()
1142 ss = (struct info_sys_stats *)prepare_pkt(srcadr, inter, inpkt, in sys_stats()
1143 sizeof(struct info_sys_stats)); in sys_stats()