Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/include/
HDntpd.h359 extern u_long numctlerrors; /* number of error responses sent */
HDntp_request.h818 u_int32 numctlerrors; /* number of error responses sent */ member
/freebsd-11-stable/contrib/ntp/ntpdc/
HDlayout.std366 offsetof(numctlerrors) = 20
HDntpdc_ops.c2626 (u_long)ntohl(ic->numctlerrors)); in ctlstats()
/freebsd-11-stable/usr.sbin/ntp/ntpdc/
HDnl.c723 (int) offsetof(struct info_control, numctlerrors));
/freebsd-11-stable/contrib/ntp/ntpd/
HDntp_control.c778 u_long numctlerrors; /* number of error responses sent */ variable
862 numctlerrors++; in ctl_error()
5148 numctlerrors = 0; in ctl_clr_stats()
HDntp_request.c2411 ic->numctlerrors = htonl((u_int32)numctlerrors); in get_ctl_stats()