Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h783 struct comm_timer* comm_timer_create(struct comm_base* base,
H A Dnetevent.c2782 doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
6880 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg) function
/freebsd/contrib/unbound/daemon/
H A Dworker.c2212 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
2279 worker->env.probe_timer = comm_timer_create(worker->base, in worker_init()
/freebsd/contrib/unbound/services/
H A Doutside_network.c2271 pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
2460 if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
2666 sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
H A Dmesh.c392 mstate->s.serve_expired_data->timer = comm_timer_create( in mesh_serve_expired_init()
H A Dauthzone.c5515 xfr->task_transfer->timer = comm_timer_create(env->worker_base, in xfr_transfer_init_fetch()
6439 xfr->task_probe->timer = comm_timer_create(env->worker_base, in xfr_probe_send_probe()
6978 xfr->task_nextprobe->timer = comm_timer_create( in xfr_set_timeout()
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.c111 mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq); in dt_msg_queue_create()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c825 vq->suspend_timer = comm_timer_create( in validate_suspend_setup_timer()