Symbol: comm_timer
sbin/unwind/libunbound/daemon/worker.h
112
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
371
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
435
struct comm_timer* timer;
sbin/unwind/libunbound/services/outside_network.h
572
struct comm_timer* timer;
sbin/unwind/libunbound/util/module.h
519
struct comm_timer* probe_timer;
sbin/unwind/libunbound/util/module.h
624
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.c
176
struct comm_timer super;
sbin/unwind/libunbound/util/netevent.c
6912
struct comm_timer*
sbin/unwind/libunbound/util/netevent.c
6936
comm_timer_disable(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6945
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
sbin/unwind/libunbound/util/netevent.c
6957
comm_timer_delete(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6972
struct comm_timer* tm = (struct comm_timer*)arg;
sbin/unwind/libunbound/util/netevent.c
6982
comm_timer_is_set(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.c
6988
comm_timer_get_mem(struct comm_timer* timer)
sbin/unwind/libunbound/util/netevent.h
1097
struct comm_timer* timer;
sbin/unwind/libunbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
801
void comm_timer_disable(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
808
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
sbin/unwind/libunbound/util/netevent.h
814
void comm_timer_delete(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
821
int comm_timer_is_set(struct comm_timer* timer);
sbin/unwind/libunbound/util/netevent.h
828
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
112
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
371
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
435
struct comm_timer* timer;
usr.sbin/unbound/services/outside_network.h
572
struct comm_timer* timer;
usr.sbin/unbound/testcode/fake_event.c
1510
size_t comm_timer_get_mem(struct comm_timer* ATTR_UNUSED(timer))
usr.sbin/unbound/testcode/fake_event.c
1658
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/testcode/fake_event.c
1671
return (struct comm_timer*)t;
usr.sbin/unbound/testcode/fake_event.c
1674
void comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1681
void comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/testcode/fake_event.c
1691
int comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/testcode/fake_event.c
1697
void comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/module.h
519
struct comm_timer* probe_timer;
usr.sbin/unbound/util/module.h
624
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.c
176
struct comm_timer super;
usr.sbin/unbound/util/netevent.c
6912
struct comm_timer*
usr.sbin/unbound/util/netevent.c
6936
comm_timer_disable(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6945
comm_timer_set(struct comm_timer* timer, struct timeval* tv)
usr.sbin/unbound/util/netevent.c
6957
comm_timer_delete(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6972
struct comm_timer* tm = (struct comm_timer*)arg;
usr.sbin/unbound/util/netevent.c
6982
comm_timer_is_set(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.c
6988
comm_timer_get_mem(struct comm_timer* timer)
usr.sbin/unbound/util/netevent.h
1097
struct comm_timer* timer;
usr.sbin/unbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
801
void comm_timer_disable(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
808
void comm_timer_set(struct comm_timer* timer, struct timeval* tv);
usr.sbin/unbound/util/netevent.h
814
void comm_timer_delete(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
821
int comm_timer_is_set(struct comm_timer* timer);
usr.sbin/unbound/util/netevent.h
828
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;