Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h421 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);
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-src/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-src/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; in val_restart()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.h110 struct comm_timer* stat_timer;
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1553 struct comm_timer* comm_timer_create(struct comm_base* base, in comm_timer_create()
1566 return (struct comm_timer*)t; in comm_timer_create()
1569 void comm_timer_disable(struct comm_timer* timer) in comm_timer_disable()
1576 void comm_timer_set(struct comm_timer* timer, struct timeval* tv) in comm_timer_set()
1586 void comm_timer_delete(struct comm_timer* timer) in comm_timer_delete()
/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c72 static struct comm_timer* service_cron = NULL;
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i753 struct comm_timer* probe_timer;
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog11608 - comm_timer object and events.