Home
last modified time | relevance | path

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

/openbsd/src/sbin/unwind/libunbound/util/
Dnetevent.h423 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);
Dmodule.h511 struct comm_timer* probe_timer;
612 struct comm_timer* timer;
Dnetevent.c168 struct comm_timer super;
4966 struct comm_timer*
4990 comm_timer_disable(struct comm_timer* timer)
4999 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
5011 comm_timer_delete(struct comm_timer* timer)
5026 struct comm_timer* tm = (struct comm_timer*)arg;
5036 comm_timer_is_set(struct comm_timer* timer)
5042 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/openbsd/src/usr.sbin/unbound/util/
Dnetevent.h423 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);
Dmodule.h511 struct comm_timer* probe_timer;
612 struct comm_timer* timer;
Dnetevent.c168 struct comm_timer super;
4966 struct comm_timer*
4990 comm_timer_disable(struct comm_timer* timer)
4999 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
5011 comm_timer_delete(struct comm_timer* timer)
5026 struct comm_timer* tm = (struct comm_timer*)arg;
5036 comm_timer_is_set(struct comm_timer* timer)
5042 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/openbsd/src/usr.sbin/unbound/validator/
Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
Dvalidator.c311 struct comm_timer* temp_timer; in val_restart()
/openbsd/src/sbin/unwind/libunbound/validator/
Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
Dvalidator.c311 struct comm_timer* temp_timer; in val_restart()
/openbsd/src/usr.sbin/unbound/services/
Dauthzone.h60 struct comm_timer;
306 struct comm_timer* timer;
358 struct comm_timer* timer;
429 struct comm_timer* timer;
Doutside_network.h326 struct comm_timer* timer;
390 struct comm_timer* timer;
527 struct comm_timer* timer;
/openbsd/src/sbin/unwind/libunbound/services/
Dauthzone.h60 struct comm_timer;
306 struct comm_timer* timer;
358 struct comm_timer* timer;
429 struct comm_timer* timer;
Doutside_network.h326 struct comm_timer* timer;
390 struct comm_timer* timer;
527 struct comm_timer* timer;
/openbsd/src/sbin/unwind/libunbound/daemon/
Dworker.h110 struct comm_timer* stat_timer;
/openbsd/src/usr.sbin/unbound/daemon/
Dworker.h110 struct comm_timer* stat_timer;
/openbsd/src/usr.sbin/unbound/dnstap/
Ddtstream.h80 struct comm_timer* wakeup_timer;
/openbsd/src/usr.sbin/unbound/testcode/
Dfake_event.c1625 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()
1638 return (struct comm_timer*)t; in comm_timer_create()
1641 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()
1648 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()
1658 int comm_timer_is_set(struct comm_timer* timer) in comm_timer_is_set()
1664 void comm_timer_delete(struct comm_timer* timer) in comm_timer_delete()
/openbsd/src/usr.sbin/unbound/doc/
DChangelog12190 - comm_timer object and events.