Symbol: comm_timer_create
sbin/unwind/libunbound/services/authzone.c
5513
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
6437
xfr->task_probe->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
6976
xfr->task_nextprobe->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/outside_network.c
2286
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
sbin/unwind/libunbound/services/outside_network.c
2475
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
sbin/unwind/libunbound/services/outside_network.c
2681
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
sbin/unwind/libunbound/util/netevent.c
2769
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
sbin/unwind/libunbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/validator/validator.c
863
vq->suspend_timer = comm_timer_create(
usr.sbin/unbound/daemon/worker.c
2295
worker->stat_timer = comm_timer_create(worker->base,
usr.sbin/unbound/daemon/worker.c
2362
worker->env.probe_timer = comm_timer_create(worker->base,
usr.sbin/unbound/dnstap/dtstream.c
111
mq->wakeup_timer = comm_timer_create(base, mq_wakeup_cb, mq);
usr.sbin/unbound/services/authzone.c
5513
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
6437
xfr->task_probe->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
6976
xfr->task_nextprobe->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
411
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/outside_network.c
2286
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
usr.sbin/unbound/services/outside_network.c
2475
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
usr.sbin/unbound/services/outside_network.c
2681
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
usr.sbin/unbound/util/netevent.c
2769
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
usr.sbin/unbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/validator/validator.c
863
vq->suspend_timer = comm_timer_create(