Symbol: comm_timer_get_mem
sbin/unwind/libunbound/services/authzone.c
8692
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
sbin/unwind/libunbound/services/authzone.c
8697
m += comm_timer_get_mem(xfr->task_probe->timer);
sbin/unwind/libunbound/services/authzone.c
8703
m += comm_timer_get_mem(xfr->task_transfer->timer);
sbin/unwind/libunbound/services/outside_network.c
3861
s += comm_timer_get_mem(w->timer);
sbin/unwind/libunbound/services/outside_network.c
3887
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
sbin/unwind/libunbound/services/outside_network.c
3924
s += (sizeof(struct pending) + comm_timer_get_mem(NULL)) *
sbin/unwind/libunbound/services/outside_network.c
3949
s += comm_timer_get_mem(NULL);
sbin/unwind/libunbound/util/netevent.h
826
size_t comm_timer_get_mem(struct comm_timer* timer);
usr.sbin/unbound/services/authzone.c
8692
m += comm_timer_get_mem(xfr->task_nextprobe->timer);
usr.sbin/unbound/services/authzone.c
8697
m += comm_timer_get_mem(xfr->task_probe->timer);
usr.sbin/unbound/services/authzone.c
8703
m += comm_timer_get_mem(xfr->task_transfer->timer);
usr.sbin/unbound/services/outside_network.c
3861
s += comm_timer_get_mem(w->timer);
usr.sbin/unbound/services/outside_network.c
3887
s = sizeof(*w) + comm_timer_get_mem(w->timer) + w->pkt_len;
usr.sbin/unbound/services/outside_network.c
3924
s += (sizeof(struct pending) + comm_timer_get_mem(NULL)) *
usr.sbin/unbound/services/outside_network.c
3949
s += comm_timer_get_mem(NULL);
usr.sbin/unbound/util/netevent.h
826
size_t comm_timer_get_mem(struct comm_timer* timer);