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

/netbsd-current/external/bsd/unbound/dist/validator/
H A Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
H A Dvalidator.c304 struct comm_timer* temp_timer;
/netbsd-current/external/bsd/unbound/dist/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 */
421 struct comm_timer { struct
727 struct comm_timer* comm_timer_create(struct comm_base* base,
734 void comm_timer_disable(struct comm_timer* timer);
741 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
747 void comm_timer_delete(struct comm_timer* timer);
754 int comm_timer_is_set(struct comm_timer* timer);
761 size_t comm_timer_get_mem(struct comm_timer* timer);
962 * @param arg: the comm_timer structur
[all...]
H A Dmodule.h510 struct comm_timer* probe_timer;
605 struct comm_timer* timer;
H A Dnetevent.c168 struct comm_timer super;
4949 struct comm_timer*
4973 comm_timer_disable(struct comm_timer* timer)
4982 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
4994 comm_timer_delete(struct comm_timer* timer)
5009 struct comm_timer* tm = (struct comm_timer*)arg;
5019 comm_timer_is_set(struct comm_timer* timer)
5025 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dworker.h110 struct comm_timer* stat_timer;
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/netbsd-current/external/bsd/unbound/dist/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;
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1553 struct comm_timer* comm_timer_create(struct comm_base* base,
1566 return (struct comm_timer*)t;
1569 void comm_timer_disable(struct comm_timer* timer)
1576 void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
1586 void comm_timer_delete(struct comm_timer* timer)
/netbsd-current/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c72 static struct comm_timer* service_cron = NULL;
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i753 struct comm_timer* probe_timer;

Completed in 412 milliseconds