Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h743 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
H A Dnetevent.c4990 comm_timer_set(struct comm_timer* timer, struct timeval* tv) function
/freebsd/contrib/unbound/services/
H A Doutside_network.c627 comm_timer_set(w->timer, &tv);
900 comm_timer_set(w->timer, &tv);
924 comm_timer_set(w->timer, &tv);
1601 comm_timer_set(p->timer, &outnet->delay_tv);
2225 comm_timer_set(pend->timer, &tv);
2662 comm_timer_set(sq->timer, &t);
H A Dauthzone.c5524 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
5556 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
6446 comm_timer_set(xfr->task_probe->timer, &t); in xfr_probe_send_probe()
6987 comm_timer_set(xfr->task_nextprobe->timer, &tv); in xfr_set_timeout()
H A Dmesh.c398 comm_timer_set(mstate->s.serve_expired_data->timer, &t); in mesh_serve_expired_init()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c213 comm_timer_set(mq->wakeup_timer, &tv); in dt_msg_queue_start_timer()
225 comm_timer_set(mq->wakeup_timer, &tv); in dt_msg_queue_start_timer()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2032 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
2062 comm_timer_set(worker->env.probe_timer, &tv); in worker_probe_timer_cb()
2284 comm_timer_set(worker->env.probe_timer, &tv); in worker_init()
/freebsd/contrib/unbound/validator/
H A Dautotrust.c2052 comm_timer_set(env->probe_timer, &tv); in reset_worker_timer()
H A Dvalidator.c851 comm_timer_set(vq->suspend_timer, &tv); in validate_suspend_setup_timer()
/freebsd/contrib/unbound/doc/
H A DChangelog9404 - comm_timer_set performs base_set operation after event_add.