Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/include/
H A Dntpd.h355 extern u_long numctlreq; /* number of requests we've received */
H A Dntp_request.h814 u_int32 numctlreq; /* number of requests we've received */ member
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dlayout.std362 offsetof(numctlreq) = 4
H A Dntpdc_ops.c2618 (u_long)ntohl(ic->numctlreq)); in ctlstats()
/freebsd-12.1/usr.sbin/ntp/ntpdc/
H A Dnl.c715 (int) offsetof(struct info_control, numctlreq));
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c774 u_long numctlreq; /* number of requests we've received */ variable
1189 numctlreq++; in process_control()
5144 numctlreq = 0; in ctl_clr_stats()
H A Dntp_request.c2407 ic->numctlreq = htonl((u_int32)numctlreq); in get_ctl_stats()