Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/include/
Dntpd.h365 extern u_long numasyncmsgs; /* number of async messages we've sent */
Dntp_request.h822 u_int32 numasyncmsgs; /* # async messages we've sent */ member
/freebsd-9-stable/contrib/ntp/ntpdc/
Dlayout.std370 offsetof(numasyncmsgs) = 56
Dntpdc_ops.c2615 (u_long)ntohl(ic->numasyncmsgs)); in ctlstats()
/freebsd-9-stable/usr.sbin/ntp/ntpdc/
Dnl.c741 (int) offsetof(struct info_control, numasyncmsgs));
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_control.c780 u_long numasyncmsgs; /* number of async messages we've sent */ variable
1437 numasyncmsgs++; in ctl_flushpkt()
5153 numasyncmsgs = 0; in ctl_clr_stats()
Dntp_request.c2400 ic->numasyncmsgs = htonl((u_int32)numasyncmsgs); in get_ctl_stats()