Home
last modified time | relevance | path

Searched refs:comm_timer_set (Results 1 – 12 of 12) sorted by relevance

/src/contrib/unbound/util/
H A Dnetevent.h806 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
H A Dnetevent.c2193 comm_timer_set(c->doq_socket->timer, &rel);
6934 comm_timer_set(struct comm_timer* timer, struct timeval* tv) function
/src/contrib/unbound/dnstap/
H A Ddtstream.c212 comm_timer_set(mq->wakeup_timer, &tv); in dt_msg_queue_start_timer()
225 comm_timer_set(mq->wakeup_timer, &tv); in dt_msg_queue_start_timer()
229 comm_timer_set(mq->wakeup_timer, &tv); in dt_msg_queue_start_timer()
/src/contrib/unbound/winrc/
H A Dwin_svc.c620 comm_timer_set(service_cron, &tv); in set_cron_timer()
/src/contrib/unbound/services/
H A Doutside_network.c641 comm_timer_set(w->timer, &tv);
915 comm_timer_set(w->timer, &tv);
939 comm_timer_set(w->timer, &tv);
1616 comm_timer_set(p->timer, &outnet->delay_tv);
2251 comm_timer_set(pend->timer, &tv);
2688 comm_timer_set(sq->timer, &t);
H A Dauthzone.c5545 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
5577 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
6467 comm_timer_set(xfr->task_probe->timer, &t); in xfr_probe_send_probe()
7008 comm_timer_set(xfr->task_nextprobe->timer, &tv); in xfr_set_timeout()
H A Dmesh.c419 comm_timer_set(mstate->s.serve_expired_data->timer, &t); in mesh_serve_expired_init()
/src/contrib/unbound/daemon/
H A Dworker.c2113 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
2143 comm_timer_set(worker->env.probe_timer, &tv); in worker_probe_timer_cb()
2368 comm_timer_set(worker->env.probe_timer, &tv); in worker_init()
/src/contrib/unbound/testcode/
H A Dfake_event.c1680 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set() function
/src/contrib/unbound/validator/
H A Dautotrust.c2054 comm_timer_set(env->probe_timer, &tv); in reset_worker_timer_at()
H A Dvalidator.c898 comm_timer_set(vq->suspend_timer, &tv); in validate_suspend_setup_timer()
/src/contrib/unbound/doc/
H A DChangelog10350 - comm_timer_set performs base_set operation after event_add.