Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/include/
Dntpd.h402 extern u_long numctlerrors; /* number of error responses sent */
Dntp_request.h820 u_int32 numctlerrors; /* number of error responses sent */ member
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dlayout.std366 offsetof(numctlerrors) = 20
Dntpdc_ops.c2628 (u_long)ntohl(ic->numctlerrors)); in ctlstats()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_control.c784 u_long numctlerrors; /* number of error responses sent */ variable
864 numctlerrors++; in ctl_error()
5184 numctlerrors = 0; in ctl_clr_stats()
Dntp_request.c2491 ic->numctlerrors = htonl((u_int32)numctlerrors); in get_ctl_stats()