Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ntp/include/
H A Dntpd.h368 extern u_long numasyncmsgs; /* number of async messages we've sent */
H A Dntp_request.h827 u_int32 numasyncmsgs; /* # async messages we've sent */ member
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dlayout.std375 offsetof(numasyncmsgs) = 56
H A Dntpdc_ops.c2624 (u_long)ntohl(ic->numasyncmsgs)); in ctlstats()
/freebsd-13.1/usr.sbin/ntp/ntpdc/
H A Dnl.c741 (int) offsetof(struct info_control, numasyncmsgs));
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_control.c787 u_long numasyncmsgs; /* number of async messages we've sent */ variable
1451 numasyncmsgs++; in ctl_flushpkt()
5158 numasyncmsgs = 0; in ctl_clr_stats()
H A Dntp_request.c2420 ic->numasyncmsgs = htonl((u_int32)numasyncmsgs); in get_ctl_stats()