Searched refs:comm_timer (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/sbin/unwind/libunbound/validator/
H A Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
H A Dvalidator.c304 struct comm_timer* temp_timer;
/openbsd-current/usr.sbin/unbound/validator/
H A Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
H A Dvalidator.c304 struct comm_timer* temp_timer;
/openbsd-current/usr.sbin/unbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
82 struct internal_timer; /* A sub struct of the comm_timer super struct */
423 struct comm_timer { struct
729 struct comm_timer* comm_timer_create(struct comm_base* base,
736 void comm_timer_disable(struct comm_timer* timer);
743 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
749 void comm_timer_delete(struct comm_timer* timer);
756 int comm_timer_is_set(struct comm_timer* timer);
763 size_t comm_timer_get_mem(struct comm_timer* timer);
964 * @param arg: the comm_timer structur
[all...]
H A Dmodule.h511 struct comm_timer* probe_timer;
612 struct comm_timer* timer;
H A Dnetevent.c168 struct comm_timer super;
4957 struct comm_timer*
4981 comm_timer_disable(struct comm_timer* timer)
4990 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
5002 comm_timer_delete(struct comm_timer* timer)
5017 struct comm_timer* tm = (struct comm_timer*)arg;
5027 comm_timer_is_set(struct comm_timer* timer)
5033 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/openbsd-current/sbin/unwind/libunbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
82 struct internal_timer; /* A sub struct of the comm_timer super struct */
423 struct comm_timer { struct
729 struct comm_timer* comm_timer_create(struct comm_base* base,
736 void comm_timer_disable(struct comm_timer* timer);
743 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
749 void comm_timer_delete(struct comm_timer* timer);
756 int comm_timer_is_set(struct comm_timer* timer);
763 size_t comm_timer_get_mem(struct comm_timer* timer);
964 * @param arg: the comm_timer structur
[all...]
H A Dmodule.h511 struct comm_timer* probe_timer;
612 struct comm_timer* timer;
H A Dnetevent.c168 struct comm_timer super;
4957 struct comm_timer*
4981 comm_timer_disable(struct comm_timer* timer)
4990 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
5002 comm_timer_delete(struct comm_timer* timer)
5017 struct comm_timer* tm = (struct comm_timer*)arg;
5027 comm_timer_is_set(struct comm_timer* timer)
5033 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/openbsd-current/sbin/unwind/libunbound/daemon/
H A Dworker.h110 struct comm_timer* stat_timer;
/openbsd-current/usr.sbin/unbound/daemon/
H A Dworker.h110 struct comm_timer* stat_timer;
/openbsd-current/usr.sbin/unbound/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/openbsd-current/usr.sbin/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.h326 struct comm_timer* timer;
390 struct comm_timer* timer;
527 struct comm_timer* timer;
/openbsd-current/sbin/unwind/libunbound/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.h326 struct comm_timer* timer;
390 struct comm_timer* timer;
527 struct comm_timer* timer;
/openbsd-current/usr.sbin/unbound/testcode/
H A Dfake_event.c1625 struct comm_timer* comm_timer_create(struct comm_base* base,
1638 return (struct comm_timer*)t;
1641 void comm_timer_disable(struct comm_timer* timer)
1648 void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
1658 void comm_timer_delete(struct comm_timer* timer)

Completed in 299 milliseconds