Symbol: comm_base
sbin/unwind/libunbound/daemon/worker.h
102
struct comm_base* base;
sbin/unwind/libunbound/dnstap/dnstap.h
123
dt_init(struct dt_env *env, struct comm_base* base);
sbin/unwind/libunbound/libunbound/libworker.h
50
struct comm_base;
sbin/unwind/libunbound/libunbound/libworker.h
84
struct comm_base* base;
sbin/unwind/libunbound/services/listen_dnsport.c
1535
listen_create(struct comm_base* base, struct listen_port* ports,
sbin/unwind/libunbound/services/listen_dnsport.h
213
listen_create(struct comm_base* base, struct listen_port* ports,
sbin/unwind/libunbound/services/listen_dnsport.h
71
struct comm_base* base;
sbin/unwind/libunbound/services/outside_network.c
1673
outside_network_create(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/services/outside_network.h
565
struct outside_network* outside_network_create(struct comm_base* base,
sbin/unwind/libunbound/services/outside_network.h
76
struct comm_base* base;
sbin/unwind/libunbound/util/module.h
169
struct comm_base;
sbin/unwind/libunbound/util/module.h
489
struct comm_base* worker_base;
sbin/unwind/libunbound/util/netevent.c
146
struct comm_base* base;
sbin/unwind/libunbound/util/netevent.c
178
struct comm_base* base;
sbin/unwind/libunbound/util/netevent.c
197
struct comm_base *base, struct comm_point* parent, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
203
struct comm_base*
sbin/unwind/libunbound/util/netevent.c
206
struct comm_base* b = (struct comm_base*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
207
sizeof(struct comm_base));
sbin/unwind/libunbound/util/netevent.c
229
struct comm_base*
sbin/unwind/libunbound/util/netevent.c
232
struct comm_base* b = (struct comm_base*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
233
sizeof(struct comm_base));
sbin/unwind/libunbound/util/netevent.c
247
comm_base_delete(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.c
264
comm_base_delete_no_base(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.c
2721
const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
sbin/unwind/libunbound/util/netevent.c
280
comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv)
sbin/unwind/libunbound/util/netevent.c
287
comm_base_dispatch(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.c
2966
struct comm_base* b = (struct comm_base*)arg;
sbin/unwind/libunbound/util/netevent.c
297
void comm_base_exit(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.c
3007
struct comm_base* b = c->ev->base;
sbin/unwind/libunbound/util/netevent.c
304
void comm_base_set_slow_accept_handlers(struct comm_base* b,
sbin/unwind/libunbound/util/netevent.c
312
struct ub_event_base* comm_base_internal(struct comm_base* b)
sbin/unwind/libunbound/util/netevent.c
472
struct comm_base* b = c->ev->base;
sbin/unwind/libunbound/util/netevent.c
5746
comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
sbin/unwind/libunbound/util/netevent.c
5811
comm_point_create_udp_ancil(struct comm_base *base, int fd,
sbin/unwind/libunbound/util/netevent.c
5876
comm_point_create_doq(struct comm_base *base, int fd, sldns_buffer* buffer,
sbin/unwind/libunbound/util/netevent.c
5964
comm_point_create_tcp_handler(struct comm_base *base,
sbin/unwind/libunbound/util/netevent.c
6064
comm_point_create_http_handler(struct comm_base *base,
sbin/unwind/libunbound/util/netevent.c
6186
comm_point_create_tcp(struct comm_base *base, int fd, int num,
sbin/unwind/libunbound/util/netevent.c
6289
comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6357
comm_point_create_http_out(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6429
comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6498
comm_point_create_raw(struct comm_base* base, int fd, int writing,
sbin/unwind/libunbound/util/netevent.c
6902
comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
sbin/unwind/libunbound/util/netevent.c
6984
comm_signal_create(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.c
787
struct comm_base* b = c->ev->base;
sbin/unwind/libunbound/util/netevent.h
471
struct comm_base* base;
sbin/unwind/libunbound/util/netevent.h
489
struct comm_base* comm_base_create(int sigs);
sbin/unwind/libunbound/util/netevent.h
497
struct comm_base* comm_base_create_event(struct ub_event_base* base);
sbin/unwind/libunbound/util/netevent.h
504
void comm_base_delete_no_base(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
511
void comm_base_delete(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
520
void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
sbin/unwind/libunbound/util/netevent.h
526
void comm_base_dispatch(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
532
void comm_base_exit(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
542
void comm_base_set_slow_accept_handlers(struct comm_base* b,
sbin/unwind/libunbound/util/netevent.h
550
struct ub_event_base* comm_base_internal(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
573
struct comm_point* comm_point_create_udp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
591
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
611
struct comm_point* comm_point_create_doq(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
646
struct comm_point* comm_point_create_tcp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
662
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
675
struct comm_point* comm_point_create_http_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
688
struct comm_point* comm_point_create_local(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
701
struct comm_point* comm_point_create_raw(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
835
struct comm_signal* comm_signal_create(struct comm_base* base,
sbin/unwind/libunbound/util/tube.c
468
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
sbin/unwind/libunbound/util/tube.c
483
int tube_setup_bg_write(struct tube* tube, struct comm_base* base)
sbin/unwind/libunbound/util/tube.c
734
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
sbin/unwind/libunbound/util/tube.c
747
struct comm_base* ATTR_UNUSED(base))
sbin/unwind/libunbound/util/tube.h
232
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
sbin/unwind/libunbound/util/tube.h
248
int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
sbin/unwind/libunbound/util/tube.h
46
struct comm_base;
sbin/unwind/libunbound/util/ub_event.h
125
void ub_comm_base_now(struct comm_base* cb);
sbin/unwind/libunbound/util/ub_event.h
48
struct comm_base;
sbin/unwind/libunbound/util/ub_event_pluggable.c
674
void ub_comm_base_now(struct comm_base* cb)
usr.sbin/unbound/daemon/worker.h
102
struct comm_base* base;
usr.sbin/unbound/dnstap/dnstap.c
291
dt_init(struct dt_env *env, struct comm_base* base)
usr.sbin/unbound/dnstap/dnstap.h
123
dt_init(struct dt_env *env, struct comm_base* base);
usr.sbin/unbound/dnstap/dtstream.c
104
dt_msg_queue_create(struct comm_base* base)
usr.sbin/unbound/dnstap/dtstream.h
248
struct dt_msg_queue* dt_msg_queue_create(struct comm_base* base);
usr.sbin/unbound/dnstap/dtstream.h
52
struct comm_base;
usr.sbin/unbound/libunbound/libworker.h
50
struct comm_base;
usr.sbin/unbound/libunbound/libworker.h
84
struct comm_base* base;
usr.sbin/unbound/services/listen_dnsport.c
1535
listen_create(struct comm_base* base, struct listen_port* ports,
usr.sbin/unbound/services/listen_dnsport.h
213
listen_create(struct comm_base* base, struct listen_port* ports,
usr.sbin/unbound/services/listen_dnsport.h
71
struct comm_base* base;
usr.sbin/unbound/services/outside_network.c
1673
outside_network_create(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/services/outside_network.h
565
struct outside_network* outside_network_create(struct comm_base* base,
usr.sbin/unbound/services/outside_network.h
76
struct comm_base* base;
usr.sbin/unbound/testcode/fake_event.c
1001
return (struct comm_base*)runtime;
usr.sbin/unbound/testcode/fake_event.c
1005
comm_base_delete(struct comm_base* b)
usr.sbin/unbound/testcode/fake_event.c
1037
comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv)
usr.sbin/unbound/testcode/fake_event.c
1045
comm_base_dispatch(struct comm_base* b)
usr.sbin/unbound/testcode/fake_event.c
1055
comm_base_exit(struct comm_base* b)
usr.sbin/unbound/testcode/fake_event.c
1065
comm_signal_create(struct comm_base* base,
usr.sbin/unbound/testcode/fake_event.c
1122
outside_network_create(struct comm_base* base, size_t bufsize,
usr.sbin/unbound/testcode/fake_event.c
1445
struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1457
struct comm_point* comm_point_create_raw(struct comm_base* ATTR_UNUSED(base),
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
1718
void comm_base_set_slow_accept_handlers(struct comm_base* ATTR_UNUSED(b),
usr.sbin/unbound/testcode/fake_event.c
1727
struct ub_event_base* comm_base_internal(struct comm_base* ATTR_UNUSED(b))
usr.sbin/unbound/testcode/fake_event.c
1765
struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1776
struct comm_point* comm_point_create_tcp_out(struct comm_base*
usr.sbin/unbound/testcode/fake_event.c
949
listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports),
usr.sbin/unbound/testcode/fake_event.c
990
struct comm_base*
usr.sbin/unbound/util/module.h
169
struct comm_base;
usr.sbin/unbound/util/module.h
489
struct comm_base* worker_base;
usr.sbin/unbound/util/netevent.c
146
struct comm_base* base;
usr.sbin/unbound/util/netevent.c
178
struct comm_base* base;
usr.sbin/unbound/util/netevent.c
197
struct comm_base *base, struct comm_point* parent, size_t bufsize,
usr.sbin/unbound/util/netevent.c
203
struct comm_base*
usr.sbin/unbound/util/netevent.c
206
struct comm_base* b = (struct comm_base*)calloc(1,
usr.sbin/unbound/util/netevent.c
207
sizeof(struct comm_base));
usr.sbin/unbound/util/netevent.c
229
struct comm_base*
usr.sbin/unbound/util/netevent.c
232
struct comm_base* b = (struct comm_base*)calloc(1,
usr.sbin/unbound/util/netevent.c
233
sizeof(struct comm_base));
usr.sbin/unbound/util/netevent.c
247
comm_base_delete(struct comm_base* b)
usr.sbin/unbound/util/netevent.c
264
comm_base_delete_no_base(struct comm_base* b)
usr.sbin/unbound/util/netevent.c
2721
const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
usr.sbin/unbound/util/netevent.c
280
comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv)
usr.sbin/unbound/util/netevent.c
287
comm_base_dispatch(struct comm_base* b)
usr.sbin/unbound/util/netevent.c
2966
struct comm_base* b = (struct comm_base*)arg;
usr.sbin/unbound/util/netevent.c
297
void comm_base_exit(struct comm_base* b)
usr.sbin/unbound/util/netevent.c
3007
struct comm_base* b = c->ev->base;
usr.sbin/unbound/util/netevent.c
304
void comm_base_set_slow_accept_handlers(struct comm_base* b,
usr.sbin/unbound/util/netevent.c
312
struct ub_event_base* comm_base_internal(struct comm_base* b)
usr.sbin/unbound/util/netevent.c
472
struct comm_base* b = c->ev->base;
usr.sbin/unbound/util/netevent.c
5746
comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
usr.sbin/unbound/util/netevent.c
5811
comm_point_create_udp_ancil(struct comm_base *base, int fd,
usr.sbin/unbound/util/netevent.c
5876
comm_point_create_doq(struct comm_base *base, int fd, sldns_buffer* buffer,
usr.sbin/unbound/util/netevent.c
5964
comm_point_create_tcp_handler(struct comm_base *base,
usr.sbin/unbound/util/netevent.c
6064
comm_point_create_http_handler(struct comm_base *base,
usr.sbin/unbound/util/netevent.c
6186
comm_point_create_tcp(struct comm_base *base, int fd, int num,
usr.sbin/unbound/util/netevent.c
6289
comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6357
comm_point_create_http_out(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6429
comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6498
comm_point_create_raw(struct comm_base* base, int fd, int writing,
usr.sbin/unbound/util/netevent.c
6902
comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
usr.sbin/unbound/util/netevent.c
6984
comm_signal_create(struct comm_base* base,
usr.sbin/unbound/util/netevent.c
787
struct comm_base* b = c->ev->base;
usr.sbin/unbound/util/netevent.h
471
struct comm_base* base;
usr.sbin/unbound/util/netevent.h
489
struct comm_base* comm_base_create(int sigs);
usr.sbin/unbound/util/netevent.h
497
struct comm_base* comm_base_create_event(struct ub_event_base* base);
usr.sbin/unbound/util/netevent.h
504
void comm_base_delete_no_base(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
511
void comm_base_delete(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
520
void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
usr.sbin/unbound/util/netevent.h
526
void comm_base_dispatch(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
532
void comm_base_exit(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
542
void comm_base_set_slow_accept_handlers(struct comm_base* b,
usr.sbin/unbound/util/netevent.h
550
struct ub_event_base* comm_base_internal(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
573
struct comm_point* comm_point_create_udp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
591
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
611
struct comm_point* comm_point_create_doq(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
646
struct comm_point* comm_point_create_tcp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
662
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
675
struct comm_point* comm_point_create_http_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
688
struct comm_point* comm_point_create_local(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
701
struct comm_point* comm_point_create_raw(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
792
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
835
struct comm_signal* comm_signal_create(struct comm_base* base,
usr.sbin/unbound/util/tube.c
468
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
usr.sbin/unbound/util/tube.c
483
int tube_setup_bg_write(struct tube* tube, struct comm_base* base)
usr.sbin/unbound/util/tube.c
734
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
usr.sbin/unbound/util/tube.c
747
struct comm_base* ATTR_UNUSED(base))
usr.sbin/unbound/util/tube.h
232
int tube_setup_bg_listen(struct tube* tube, struct comm_base* base,
usr.sbin/unbound/util/tube.h
248
int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
usr.sbin/unbound/util/tube.h
46
struct comm_base;
usr.sbin/unbound/util/ub_event.c
507
void ub_comm_base_now(struct comm_base* cb)
usr.sbin/unbound/util/ub_event.h
125
void ub_comm_base_now(struct comm_base* cb);
usr.sbin/unbound/util/ub_event.h
48
struct comm_base;
usr.sbin/unbound/util/ub_event_pluggable.c
674
void ub_comm_base_now(struct comm_base* cb)