Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ntp/ntpdc/
H A Dnl.c807 (int) sizeof(struct info_kernel));
809 (int) offsetof(struct info_kernel, offset));
811 (int) offsetof(struct info_kernel, freq));
817 (int) offsetof(struct info_kernel, status));
819 (int) offsetof(struct info_kernel, shift));
829 (int) offsetof(struct info_kernel, jitter));
831 (int) offsetof(struct info_kernel, stabil));
833 (int) offsetof(struct info_kernel, jitcnt));
835 (int) offsetof(struct info_kernel, calcnt));
837 (int) offsetof(struct info_kernel, errcnt));
[all …]
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dlayout.std408 sizeof(struct info_kernel) = 60
H A Dntpdc_ops.c2936 struct info_kernel *ik; in kerninfo()
2946 sizeof(struct info_kernel)); in kerninfo()
2957 if (!checkitemsize(itemsize, sizeof(struct info_kernel))) in kerninfo()
/freebsd-12.1/contrib/ntp/include/
H A Dntp_request.h888 struct info_kernel { struct
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_request.c2438 register struct info_kernel *ik; in get_kernel_info()
2449 ik = (struct info_kernel *)prepare_pkt(srcadr, inter, inpkt, in get_kernel_info()
2450 sizeof(struct info_kernel)); in get_kernel_info()