Symbol: comm_timer_create
sbin/unwind/libunbound/services/authzone.c
5565
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
6497
xfr->task_probe->timer = comm_timer_create(env->worker_base,
sbin/unwind/libunbound/services/authzone.c
7056
xfr->task_nextprobe->timer = comm_timer_create(
sbin/unwind/libunbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
sbin/unwind/libunbound/services/outside_network.c
2339
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
sbin/unwind/libunbound/services/outside_network.c
2528
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
sbin/unwind/libunbound/services/outside_network.c
2743
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
sbin/unwind/libunbound/util/netevent.c
2762
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
sbin/unwind/libunbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/validator/validator.c
902
vq->suspend_timer = comm_timer_create(
usr.sbin/unbound/daemon/worker.c
2373
worker->stat_timer = comm_timer_create(worker->base,
usr.sbin/unbound/daemon/worker.c
2440
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
5565
xfr->task_transfer->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
6497
xfr->task_probe->timer = comm_timer_create(env->worker_base,
usr.sbin/unbound/services/authzone.c
7056
xfr->task_nextprobe->timer = comm_timer_create(
usr.sbin/unbound/services/mesh.c
414
mstate->s.serve_expired_data->timer = comm_timer_create(
usr.sbin/unbound/services/outside_network.c
2339
pend->timer = comm_timer_create(sq->outnet->base, pending_udp_timer_cb,
usr.sbin/unbound/services/outside_network.c
2528
if(!(w->timer = comm_timer_create(sq->outnet->base, outnet_tcptimer, w))) {
usr.sbin/unbound/services/outside_network.c
2743
sq->timer = comm_timer_create(outnet->base, serviced_timer_cb, sq);
usr.sbin/unbound/util/netevent.c
2762
doq_socket->timer = comm_timer_create(base, doq_timer_cb, doq_socket);
usr.sbin/unbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/validator/validator.c
902
vq->suspend_timer = comm_timer_create(