Searched refs:info_monitor (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 590 (int) sizeof(struct info_monitor)); 592 (int) offsetof(struct info_monitor, avg_int)); 594 (int) offsetof(struct info_monitor, last_int)); 596 (int) offsetof(struct info_monitor, restr)); 598 (int) offsetof(struct info_monitor, count)); 600 (int) offsetof(struct info_monitor, addr)); 602 (int) offsetof(struct info_monitor, port)); 604 (int) offsetof(struct info_monitor, mode)); 606 (int) offsetof(struct info_monitor, version)); 608 (int) offsetof(struct info_monitor, v6_flag)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc_ops.c | 1959 const struct info_monitor *ml; in monlist() 1988 sizeof(struct info_monitor)); in monlist() 2023 } else if (itemsize == sizeof(struct info_monitor) || in monlist() 2024 itemsize == v4sizeof(struct info_monitor)) { in monlist() 2071 checkitemsize(itemsize, sizeof(struct info_monitor)); in monlist()
|
H A D | layout.std | 300 sizeof(struct info_monitor) = 48
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 707 struct info_monitor { struct
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | [all...] |