Home
last modified time | relevance | path

Searched refs:xmtcalls (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std225 offsetof(xmtcalls) = 12
H A Dntpdc_ops.c1260 (u_long)ntohl(tim->xmtcalls)); in timerstats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h578 u_int32 xmtcalls; /* calls to xmit */ member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c446 (int) offsetof(struct info_timer_stats, xmtcalls));
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c1247 ts->xmtcalls = htonl((u_int32)timer_xmtcalls); in timer_stats()