Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/util/
H A Dnetevent.h321 struct comm_timer { struct
601 struct comm_timer* comm_timer_create(struct comm_base* base,
608 void comm_timer_disable(struct comm_timer* timer);
615 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
621 void comm_timer_delete(struct comm_timer* timer);
628 int comm_timer_is_set(struct comm_timer* timer);
635 size_t comm_timer_get_mem(struct comm_timer* timer);
H A Dmodule.h496 struct comm_timer* probe_timer;
589 struct comm_timer* timer;
H A Dnetevent.c132 struct comm_timer super;
3305 struct comm_timer*
3329 comm_timer_disable(struct comm_timer* timer)
3338 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
3350 comm_timer_delete(struct comm_timer* timer)
3365 struct comm_timer* tm = (struct comm_timer*)arg;
3375 comm_timer_is_set(struct comm_timer* timer)
3381 comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
/freebsd-12.1/contrib/unbound/services/
H A Dauthzone.h60 struct comm_timer;
290 struct comm_timer* timer;
342 struct comm_timer* timer;
413 struct comm_timer* timer;
H A Doutside_network.h225 struct comm_timer* timer;
271 struct comm_timer* timer;
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.h106 struct comm_timer* stat_timer;
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog9275 - comm_timer object and events.