Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/sntp/
H A Dmain.c546 struct timeval start_cb; in queue_xmt() local
579 gettimeofday_cached(base, &start_cb); in queue_xmt()
600 if (xctx->sched > start_cb.tv_sec) in queue_xmt()
619 struct timeval start_cb; in xmt_timer_cb() local
629 gettimeofday_cached(base, &start_cb); in xmt_timer_cb()
630 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()
639 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()
642 (u_int)start_cb.tv_usec, in xmt_timer_cb()
649 (u_int)start_cb.tv_usec, in xmt_timer_cb()
705 struct timeval start_cb; in timeout_queries() local
[all …]