Searched refs:record_raw_stats (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
H A Dntpd.h292 extern void record_raw_stats (sockaddr_u *srcadr, sockaddr_u *dstadr, l_fp *t1, l_fp *t2, l_fp *t3, l_fp *t4, int leap, int version, int mode, int stratum, int ppoll, int precision, double root_delay, double root_dispersion, u_int32 refid, int len, u_char *extra);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_util.c665 * record_raw_stats - write raw timestamps to file
677 record_raw_stats( function
H A Dntp_proto.c655 * Note that there are many places we do not call record_raw_stats().
1267 * There are cases here where we do not call record_raw_stats().
1277 record_raw_stats(&rbufp->recv_srcadr,
1350 record_raw_stats(&rbufp->recv_srcadr,
1389 * There are cases here where we do not call record_raw_stats().
1464 * There are cases here where we do not call record_raw_stats().
1601 * There are cases here where we do not call record_raw_stats().
1711 * There are cases here where we do not call record_raw_stats().
2534 record_raw_stats(&peer->srcadr,
H A Dntp_io.c3236 record_raw_stats(src ? &src->sin : NULL, dest,

Completed in 134 milliseconds