Home
last modified time | relevance | path

Searched refs:comm_timer (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h396 struct comm_timer { struct
699 struct comm_timer* comm_timer_create(struct comm_base* base,
706 void comm_timer_disable(struct comm_timer* timer);
713 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
719 void comm_timer_delete(struct comm_timer* timer);
726 int comm_timer_is_set(struct comm_timer* timer);
733 size_t comm_timer_get_mem(struct comm_timer* timer);
H A Dmodule.h501 struct comm_timer* probe_timer;
596 struct comm_timer* timer;
H A Dnetevent.c142 struct comm_timer super;
4259 struct comm_timer*
4283 comm_timer_disable(struct comm_timer* timer)
4292 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
4304 comm_timer_delete(struct comm_timer* timer)
4319 struct comm_timer* tm = (struct comm_timer*)arg;
4329 comm_timer_is_set(struct comm_timer* timer)
4335 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/freebsd-13.1/contrib/unbound/services/
H A Dauthzone.h60 struct comm_timer;
306 struct comm_timer* timer;
358 struct comm_timer* timer;
429 struct comm_timer* timer;
H A Doutside_network.h324 struct comm_timer* timer;
388 struct comm_timer* timer;
525 struct comm_timer* timer;
/freebsd-13.1/contrib/unbound/daemon/
H A Dworker.h106 struct comm_timer* stat_timer;
/freebsd-13.1/contrib/unbound/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog10692 - comm_timer object and events.