Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h713 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
H A Dnetevent.c4292 comm_timer_set(struct comm_timer* timer, struct timeval* tv) function
/freebsd-13.1/contrib/unbound/services/
H A Doutside_network.c603 comm_timer_set(w->timer, &tv);
836 comm_timer_set(w->timer, &tv);
859 comm_timer_set(w->timer, &tv);
1530 comm_timer_set(p->timer, &outnet->delay_tv);
2149 comm_timer_set(pend->timer, &tv);
2584 comm_timer_set(sq->timer, &t);
H A Dauthzone.c5451 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
5481 comm_timer_set(xfr->task_transfer->timer, &t); in xfr_transfer_init_fetch()
6371 comm_timer_set(xfr->task_probe->timer, &t); in xfr_probe_send_probe()
6910 comm_timer_set(xfr->task_nextprobe->timer, &tv); in xfr_set_timeout()
H A Dmesh.c454 comm_timer_set(mstate->s.serve_expired_data->timer, &t); in mesh_serve_expired_init()
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.c1625 comm_timer_set(worker->stat_timer, &tv); in worker_restart_timer()
1655 comm_timer_set(worker->env.probe_timer, &tv); in worker_probe_timer_cb()
1881 comm_timer_set(worker->env.probe_timer, &tv); in worker_init()
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.c213 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()
/freebsd-13.1/contrib/unbound/validator/
H A Dautotrust.c2053 comm_timer_set(env->probe_timer, &tv); in reset_worker_timer()
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog8171 - comm_timer_set performs base_set operation after event_add.