Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntpd.h404 extern u_long numctlinputerr; /* number of input pkts with err bit set */
H A Dntp_request.h822 u_int32 numctlinputerr; /* # input pkts with err bit set */ member
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std370 offsetof(numctlinputerr) = 36
H A Dntpdc_ops.c2636 (u_long)ntohl(ic->numctlinputerr)); in ctlstats()
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c730 (int) offsetof(struct info_control, numctlinputerr));
/freebsd/contrib/ntp/ntpd/
H A Dntp_control.c780 u_long numctlinputerr; /* number of input pkts with err bit set */
1209 numctlinputerr++; in process_control()
5142 numctlinputerr = 0; in ctl_clr_stats()
781 u_long numctlinputerr; /* number of input pkts with err bit set */ global() variable
H A Dntp_request.c2424 ic->numctlinputerr = htonl((u_int32)numctlinputerr); in get_ctl_stats()