Searched refs:info_sys (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/ntpdc/ |
H A D | nl.c | 296 (int) sizeof(struct info_sys)); 298 (int) offsetof(struct info_sys, peer)); 300 (int) offsetof(struct info_sys, peer_mode)); 302 (int) offsetof(struct info_sys, leap)); 304 (int) offsetof(struct info_sys, stratum)); 306 (int) offsetof(struct info_sys, precision)); 308 (int) offsetof(struct info_sys, rootdelay)); 310 (int) offsetof(struct info_sys, rootdispersion)); 312 (int) offsetof(struct info_sys, refid)); 314 (int) offsetof(struct info_sys, reftime)); [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | layout.std | 148 sizeof(struct info_sys) = 80
|
H A D | ntpdc_ops.c | 956 struct info_sys *is; in sysinfo() 966 sizeof(struct info_sys)); in sysinfo() 979 if (!checkitemsize(itemsize, sizeof(struct info_sys)) && in sysinfo() 980 !checkitemsize(itemsize, v4sizeof(struct info_sys))) in sysinfo()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_request.h | 476 struct info_sys { struct
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_request.c | 1069 register struct info_sys *is; in sys_info() 1071 is = (struct info_sys *)prepare_pkt(srcadr, inter, inpkt, in sys_info() 1072 v6sizeof(struct info_sys)); in sys_info()
|