Home
last modified time | relevance | path

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

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