Searched refs:info_sys_stats (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 342 (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 D | ntpdc_ops.c | 1046 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 D | layout.std | 171 sizeof(struct info_sys_stats) = 52
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 504 struct info_sys_stats { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 1140 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()
|