Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dntpd.h357 extern u_long numctltooshort; /* number of too short input packets */
Dntp_request.h814 u_int32 numctltooshort; /* number of too short input packets */ member
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std362 offsetof(numctltooshort) = 24
Dntpdc_ops.c2621 (u_long)ntohl(ic->numctltooshort)); in ctlstats()
/freebsd-9-stable/usr.sbin/ntp/ntpdc/
Dnl.c725 (int) offsetof(struct info_control, numctltooshort));
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_control.c772 u_long numctltooshort; /* number of too short input packets */ variable
1196 numctltooshort++; in process_control()
5145 numctltooshort = 0; in ctl_clr_stats()
Dntp_request.c2392 ic->numctltooshort = htonl((u_int32)numctltooshort); in get_ctl_stats()