Symbol: comm_timer
sbin/unwind/libunbound/daemon/worker.h
116
struct comm_timer* stat_timer;
sbin/unwind/libunbound/services/authzone.h
309
struct comm_timer* timer;
sbin/unwind/libunbound/services/authzone.h
361
struct comm_timer* timer;
sbin/unwind/libunbound/services/authzone.h
432
struct comm_timer* timer;
sbin/unwind/libunbound/services/authzone.h
60
struct comm_timer;
sbin/unwind/libunbound/services/outside_network.h
326
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
390
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
527
struct comm_timer* timer;
sbin/unwind/libunbound/util/module.h
514
struct comm_timer* probe_timer;
sbin/unwind/libunbound/util/module.h
619
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.c
176
struct comm_timer super;
sbin/unwind/libunbound/util/netevent.c
6901
struct comm_timer*
sbin/unwind/libunbound/util/netevent.c
6925
comm_timer_disable(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6934
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
sbin/unwind/libunbound/util/netevent.c
6946
comm_timer_delete(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6961
struct comm_timer* tm = (struct comm_timer*)arg;
sbin/unwind/libunbound/util/netevent.c
6971
comm_timer_is_set(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6977
comm_timer_get_mem(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.h
1095
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
799
void comm_timer_disable(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
806
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
sbin/unwind/libunbound/util/netevent.h
812
void comm_timer_delete(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
819
int comm_timer_is_set(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
826
size_t comm_timer_get_mem(struct comm_timer* timer);
sbin/unwind/libunbound/validator/validator.c
349
struct comm_timer* temp_timer;
sbin/unwind/libunbound/validator/validator.h
231
struct comm_timer* suspend_timer;
sbin/unwind/libunbound/validator/validator.h
54
struct comm_timer;
usr.sbin/unbound/daemon/worker.h
116
struct comm_timer* stat_timer;
usr.sbin/unbound/dnstap/dtstream.h
80
struct comm_timer* wakeup_timer;
usr.sbin/unbound/services/authzone.h
309
struct comm_timer* timer;
usr.sbin/unbound/services/authzone.h
361
struct comm_timer* timer;
usr.sbin/unbound/services/authzone.h
432
struct comm_timer* timer;
usr.sbin/unbound/services/authzone.h
60
struct comm_timer;
usr.sbin/unbound/services/outside_network.h
326
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
390
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
527
struct comm_timer* timer;
usr.sbin/unbound/testcode/fake_event.c
1509
size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
usr.sbin/unbound/testcode/fake_event.c
1657
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/testcode/fake_event.c
1670
return (struct comm_timer*)t;
usr.sbin/unbound/testcode/fake_event.c
1673
void comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1680
void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/testcode/fake_event.c
1690
int comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1696
void comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/module.h
514
struct comm_timer* probe_timer;
usr.sbin/unbound/util/module.h
619
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.c
176
struct comm_timer super;
usr.sbin/unbound/util/netevent.c
6901
struct comm_timer*
usr.sbin/unbound/util/netevent.c
6925
comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6934
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/util/netevent.c
6946
comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6961
struct comm_timer* tm = (struct comm_timer*)arg;
usr.sbin/unbound/util/netevent.c
6971
comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6977
comm_timer_get_mem(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.h
1095
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
799
void comm_timer_disable(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
806
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
usr.sbin/unbound/util/netevent.h
812
void comm_timer_delete(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
819
int comm_timer_is_set(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
826
size_t comm_timer_get_mem(struct comm_timer* timer);
usr.sbin/unbound/validator/validator.c
349
struct comm_timer* temp_timer;
usr.sbin/unbound/validator/validator.h
231
struct comm_timer* suspend_timer;
usr.sbin/unbound/validator/validator.h
54
struct comm_timer;