Searched refs:info_sys (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/ntp/ntpdc/ |
| H A D | nl.c | 296 (int) sizeof(struct info_sys)); 298 (int) offsetof(struct info_sys, peer)); 302 (int) offsetof(struct info_sys, leap)); 304 (int) offsetof(struct info_sys, stratum)); 312 (int) offsetof(struct info_sys, refid)); 314 (int) offsetof(struct info_sys, reftime)); 316 (int) offsetof(struct info_sys, poll)); 318 (int) offsetof(struct info_sys, flags)); 320 (int) offsetof(struct info_sys, unused1)); 326 (int) offsetof(struct info_sys, bdelay)); [all …]
|
| /freebsd-14.2/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-14.2/contrib/ntp/include/ |
| H A D | ntp_request.h | 476 struct info_sys { struct
|
| /freebsd-14.2/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()
|