Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntpd.h401 extern u_long numctltooshort; /* number of too short input packets */
H A Dntp_request.h819 u_int32 numctltooshort; /* number of too short input packets */ member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std367 offsetof(numctltooshort) = 24
H A Dntpdc_ops.c2630 (u_long)ntohl(ic->numctltooshort)); in ctlstats()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c724 (int) offsetof(struct info_control, numctltooshort));
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c777 u_long numctltooshort; /* number of too short input packets */
1194 numctltooshort++; in process_control()
5139 numctltooshort = 0;
778 u_long numctltooshort; /* number of too short input packets */ global() variable
H A Dntp_request.c2421 ic->numctltooshort = htonl((u_int32)numctltooshort); in get_ctl_stats()