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.h455 struct comm_timer { struct
792 struct comm_timer* comm_timer_create(struct comm_base* base,
799 void comm_timer_disable(struct comm_timer* timer);
806 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
812 void comm_timer_delete(struct comm_timer* timer);
819 int comm_timer_is_set(struct comm_timer* timer);
826 size_t comm_timer_get_mem(struct comm_timer* timer);
1095 struct comm_timer* timer;
H A Dmodule.h519 struct comm_timer* probe_timer;
624 struct comm_timer* timer;
H A Dnetevent.c176 struct comm_timer super;
6918 struct comm_timer*
6942 comm_timer_disable(struct comm_timer* timer)
6951 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
6963 comm_timer_delete(struct comm_timer* timer)
6978 struct comm_timer* tm = (struct comm_timer*)arg;
6988 comm_timer_is_set(struct comm_timer* timer)
6994 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.c349 struct comm_timer* temp_timer; in val_restart()
/freebsd/contrib/unbound/services/
H A Dauthzone.h60 struct comm_timer;
309 struct comm_timer* timer;
361 struct comm_timer* timer;
432 struct comm_timer* timer;
H A Doutside_network.h333 struct comm_timer* timer;
397 struct comm_timer* timer;
534 struct comm_timer* timer;
/freebsd/contrib/unbound/daemon/
H A Dworker.h116 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 DChangelog13385 - comm_timer object and events.