Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ntp/include/
Dntpd.h359 extern u_long numctlerrors; /* number of error responses sent */
Dntp_request.h816 u_int32 numctlerrors; /* number of error responses sent */ member
/freebsd-10-stable/contrib/ntp/ntpdc/
Dlayout.std364 offsetof(numctlerrors) = 20
Dntpdc_ops.c2617 (u_long)ntohl(ic->numctlerrors)); in ctlstats()
/freebsd-10-stable/usr.sbin/ntp/ntpdc/
Dnl.c723 (int) offsetof(struct info_control, numctlerrors));
/freebsd-10-stable/contrib/ntp/ntpd/
Dntp_control.c773 u_long numctlerrors; /* number of error responses sent */ variable
857 numctlerrors++; in ctl_error()
5128 numctlerrors = 0; in ctl_clr_stats()
Dntp_request.c2411 ic->numctlerrors = htonl((u_int32)numctlerrors); in get_ctl_stats()