Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h727 struct comm_timer* comm_timer_create(struct comm_base* base,
H A Dnetevent.c4950 comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg) function
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c619 service_cron = comm_timer_create(worker->base, in wsvc_setup_worker()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2208 worker->stat_timer = comm_timer_create(worker->base, in worker_init()
2287 worker->env.probe_timer = comm_timer_create(worker->base, in worker_init()
/netbsd-src/external/bsd/unbound/dist/services/
H A Doutside_network.c2260 pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
2449 if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
2655 sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
H A Dmesh.c383 mstate->s.serve_expired_data->timer = comm_timer_create( in mesh_serve_expired_init()
H A Dauthzone.c5482 xfr->task_transfer->timer = comm_timer_create(env->worker_base, in xfr_transfer_init_fetch()
6406 xfr->task_probe->timer = comm_timer_create(env->worker_base, in xfr_probe_send_probe()
6945 xfr->task_nextprobe->timer = comm_timer_create( in xfr_set_timeout()
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.c111 mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq); in dt_msg_queue_create()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1553 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create() function
/netbsd-src/external/bsd/unbound/dist/validator/
H A Dvalidator.c819 vq->suspend_timer = comm_timer_create( in validate_suspend_setup_timer()