Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h459 struct comm_timer { struct
796 struct comm_timer* comm_timer_create(struct comm_base* base,
803 void comm_timer_disable(struct comm_timer* timer);
810 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
816 void comm_timer_delete(struct comm_timer* timer);
823 int comm_timer_is_set(struct comm_timer* timer);
830 size_t comm_timer_get_mem(struct comm_timer* timer);
1099 struct comm_timer* timer;
H A Dmodule.h522 struct comm_timer* probe_timer;
627 struct comm_timer* timer;
H A Dnetevent.c176 struct comm_timer super;
7011 struct comm_timer*
7035 comm_timer_disable(struct comm_timer* timer)
7044 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
7056 comm_timer_delete(struct comm_timer* timer)
7071 struct comm_timer* tm = (struct comm_timer*)arg;
7081 comm_timer_is_set(struct comm_timer* timer)
7087 comm_timer_get_mem(struct comm_timer* timer)
/freebsd/contrib/unbound/validator/
H A Dvalidator.h54 struct comm_timer;
231 struct comm_timer* suspend_timer;
H A Dvalidator.c352 struct comm_timer* temp_timer; in val_restart()
/freebsd/contrib/unbound/services/
H A Dauthzone.h60 struct comm_timer;
324 struct comm_timer* timer;
378 struct comm_timer* timer;
455 struct comm_timer* timer;
H A Doutside_network.h371 struct comm_timer* timer;
435 struct comm_timer* timer;
572 struct comm_timer* timer;
/freebsd/contrib/unbound/daemon/
H A Dworker.h112 struct comm_timer* stat_timer;
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/freebsd/contrib/unbound/winrc/
H A Dwin_svc.c72 static struct comm_timer* service_cron = NULL;
/freebsd/contrib/unbound/doc/
H A DChangelog13962 - comm_timer object and events.