Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h453 struct comm_timer { struct
783 struct comm_timer* comm_timer_create(struct comm_base* base,
790 void comm_timer_disable(struct comm_timer* timer);
797 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
803 void comm_timer_delete(struct comm_timer* timer);
810 int comm_timer_is_set(struct comm_timer* timer);
817 size_t comm_timer_get_mem(struct comm_timer* timer);
1090 struct comm_timer* timer;
H A Dmodule.h513 struct comm_timer* probe_timer;
614 struct comm_timer* timer;
H A Dnetevent.c176 struct comm_timer super;
6879 struct comm_timer*
6903 comm_timer_disable(struct comm_timer* timer)
6912 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
6924 comm_timer_delete(struct comm_timer* timer)
6939 struct comm_timer* tm = (struct comm_timer*)arg;
6949 comm_timer_is_set(struct comm_timer* timer)
6955 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/freebsd/contrib/unbound/validator/
H A Dvalidator.h54 struct comm_timer;
230 struct comm_timer* suspend_timer;
H A Dvalidator.c311 struct comm_timer* temp_timer; in val_restart()
/freebsd/contrib/unbound/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;
/freebsd/contrib/unbound/daemon/
H A Dworker.h110 struct comm_timer* stat_timer;
/freebsd/contrib/unbound/dnstap/
H A Ddtstream.h80 struct comm_timer* wakeup_timer;
/freebsd/contrib/unbound/doc/
H A DChangelog12339 - comm_timer object and events.