Home
last modified time | relevance | path

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

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