Home
last modified time | relevance | path

Searched refs:numctldatatooshort (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntpd.h407 extern u_long numctldatatooshort; /* data too short for count */
H A Dntp_request.h825 u_int32 numctldatatooshort; /* data too short for count */ member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std373 offsetof(numctldatatooshort) = 48
H A Dntpdc_ops.c2642 (u_long)ntohl(ic->numctldatatooshort)); in ctlstats()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c736 (int) offsetof(struct info_control, numctldatatooshort));
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c783 u_long numctldatatooshort; /* data too short for count */
1258 numctldatatooshort++; in process_control()
5145 numctldatatooshort = 0; in ctl_clr_stats()
784 u_long numctldatatooshort; /* data too short for count */ global() variable
H A Dntp_request.c2427 ic->numctldatatooshort = htonl((u_int32)numctldatatooshort);