Searched refs:comm_timer (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/unbound/util/
H A Dnetevent.h54 * o comm_timer - a timeout with callback.
261 struct comm_timer { struct
521 struct comm_timer* comm_timer_create(struct comm_base* base,
528 void comm_timer_disable(struct comm_timer* timer);
535 void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
541 void comm_timer_delete(struct comm_timer* timer);
548 int comm_timer_is_set(struct comm_timer* timer);
555 size_t comm_timer_get_mem(struct comm_timer* timer);
642 * @param arg: the comm_timer structure.
H A Dmodule.h317 struct comm_timer* probe_timer;
H A Dnetevent.c2043 struct comm_timer*
2046 struct comm_timer *tm = (struct comm_timer*)calloc(1,
2047 sizeof(struct comm_timer));
2072 comm_timer_disable(struct comm_timer* timer)
2081 comm_timer_set(struct comm_timer* timer, struct timeval* tv)
2097 comm_timer_delete(struct comm_timer* timer)
2109 struct comm_timer* tm = (struct comm_timer*)arg;
2119 comm_timer_is_set(struct comm_timer* time
[all...]
/freebsd-10.1-release/contrib/unbound/daemon/
H A Dworker.h104 struct comm_timer* stat_timer;
/freebsd-10.1-release/contrib/unbound/services/
H A Doutside_network.h206 struct comm_timer* timer;
250 struct comm_timer* timer;

Completed in 87 milliseconds