Searched refs:tv_dst (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.h26 struct timeval *tv_dst, double *offset,
H A Dmain.c1171 struct timeval tv_dst; local
1231 gettimeofday_cached(base, &tv_dst);
1246 tv_dst.tv_sec = pretend_time;
1249 offset_calculation(rpkt, rpktl, &tv_dst, &offset,
1258 ts_str = tv_to_str(&tv_dst);
1319 struct timeval *tv_dst,
1345 TVTOTS(tv_dst, &dst);
1316 offset_calculation( struct pkt *rpkt, int rpktl, struct timeval *tv_dst, double *offset, double *precision, double *synch_distance ) argument

Completed in 62 milliseconds