Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/include/
HDntpd.h406 extern u_long numctlbadversion; /* number of input pkts with unknown version */
HDntp_request.h824 u_int32 numctlbadversion; /* # input pkts with unknown version */ member
/freebsd-14-stable/contrib/ntp/ntpdc/
HDlayout.std372 offsetof(numctlbadversion) = 44
HDntpdc_ops.c2640 (u_long)ntohl(ic->numctlbadversion)); in ctlstats()
/freebsd-14-stable/usr.sbin/ntp/ntpdc/
HDnl.c734 (int) offsetof(struct info_control, numctlbadversion));
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_control.c782 u_long numctlbadversion; /* number of input pkts with unknown version */ variable
1219 numctlbadversion++; in process_control()
5144 numctlbadversion = 0; in ctl_clr_stats()
HDntp_request.c2426 ic->numctlbadversion = htonl((u_int32)numctlbadversion); in get_ctl_stats()