Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dnetevent.h601 struct comm_timer* comm_timer_create(struct comm_base* base,
H A Dnetevent.c3306 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg) function
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c1830 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
1900 worker->env.probe_timer = comm_timer_create(worker->base, in worker_init()
/freebsd-12.1/contrib/unbound/services/
H A Doutside_network.c1250 pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
1331 if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
H A Dauthzone.c5145 xfr->task_transfer->timer = comm_timer_create(env->worker_base, in xfr_transfer_init_fetch()
6066 xfr->task_probe->timer = comm_timer_create(env->worker_base, in xfr_probe_send_probe()
6599 xfr->task_nextprobe->timer = comm_timer_create( in xfr_set_timeout()
H A Dmesh.c428 mstate->s.serve_expired_data->timer = comm_timer_create( in mesh_serve_expired_init()