Searched refs:info_kernel (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c805 printf("sizeof(struct info_kernel) = %d\n",
806 (int) sizeof(struct info_kernel));
808 (int) offsetof(struct info_kernel, offset));
810 (int) offsetof(struct info_kernel, freq));
812 (int) offsetof(struct info_kernel, maxerror));
814 (int) offsetof(struct info_kernel, esterror));
816 (int) offsetof(struct info_kernel, status));
818 (int) offsetof(struct info_kernel, shift));
820 (int) offsetof(struct info_kernel, constant));
822 (int) offsetof(struct info_kernel, precisio
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_request.h888 struct info_kernel { struct
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2936 struct info_kernel *ik;
2946 sizeof(struct info_kernel));
2957 if (!checkitemsize(itemsize, sizeof(struct info_kernel)))
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_request.c2447 register struct info_kernel *ik;
2458 ik = (struct info_kernel *)prepare_pkt(srcadr, inter, inpkt,
2459 sizeof(struct info_kernel));

Completed in 181 milliseconds