Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/include/
H A Dntpd.h357 extern u_long numctlresponses; /* number of resp packets sent with data */
H A Dntp_request.h816 u_int32 numctlresponses; /* # resp packets sent */ member
/freebsd-12.1/contrib/ntp/ntpdc/
H A Dlayout.std364 offsetof(numctlresponses) = 12
H A Dntpdc_ops.c2620 (u_long)ntohl(ic->numctlresponses)); in ctlstats()
/freebsd-12.1/usr.sbin/ntp/ntpdc/
H A Dnl.c719 (int) offsetof(struct info_control, numctlresponses));
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c776 u_long numctlresponses; /* number of resp packets sent with data */ variable
1479 numctlresponses++; in ctl_flushpkt()
5146 numctlresponses = 0; in ctl_clr_stats()
H A Dntp_request.c2409 ic->numctlresponses = htonl((u_int32)numctlresponses); in get_ctl_stats()