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
85
struct comm_base* base;
sbin/unwind/libunbound/services/listen_dnsport.c
1534
listen_create(struct comm_base* base, struct listen_port* ports,
sbin/unwind/libunbound/services/listen_dnsport.h
215
listen_create(struct comm_base* base, struct listen_port* ports,
sbin/unwind/libunbound/services/listen_dnsport.h
73
struct comm_base* base;
sbin/unwind/libunbound/services/outside_network.c
1721
outside_network_create(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/services/outside_network.h
609
struct outside_network* outside_network_create(struct comm_base* base,
sbin/unwind/libunbound/services/outside_network.h
82
struct comm_base* base;
sbin/unwind/libunbound/util/module.h
169
struct comm_base;
sbin/unwind/libunbound/util/module.h
494
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
2713
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
2960
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
3001
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
5755
comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
sbin/unwind/libunbound/util/netevent.c
5820
comm_point_create_udp_ancil(struct comm_base *base, int fd,
sbin/unwind/libunbound/util/netevent.c
5885
comm_point_create_doq(struct comm_base *base, int fd, sldns_buffer* buffer,
sbin/unwind/libunbound/util/netevent.c
5974
comm_point_create_tcp_handler(struct comm_base *base,
sbin/unwind/libunbound/util/netevent.c
6074
comm_point_create_http_handler(struct comm_base *base,
sbin/unwind/libunbound/util/netevent.c
6196
comm_point_create_tcp(struct comm_base *base, int fd, int num,
sbin/unwind/libunbound/util/netevent.c
6299
comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6367
comm_point_create_http_out(struct comm_base *base, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6439
comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
6508
comm_point_create_raw(struct comm_base* base, int fd, int writing,
sbin/unwind/libunbound/util/netevent.c
6913
comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
sbin/unwind/libunbound/util/netevent.c
6995
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
473
struct comm_base* base;
sbin/unwind/libunbound/util/netevent.h
491
struct comm_base* comm_base_create(int sigs);
sbin/unwind/libunbound/util/netevent.h
499
struct comm_base* comm_base_create_event(struct ub_event_base* base);
sbin/unwind/libunbound/util/netevent.h
506
void comm_base_delete_no_base(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
513
void comm_base_delete(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
522
void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
sbin/unwind/libunbound/util/netevent.h
528
void comm_base_dispatch(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
534
void comm_base_exit(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
544
void comm_base_set_slow_accept_handlers(struct comm_base* b,
sbin/unwind/libunbound/util/netevent.h
552
struct ub_event_base* comm_base_internal(struct comm_base* b);
sbin/unwind/libunbound/util/netevent.h
575
struct comm_point* comm_point_create_udp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
593
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
613
struct comm_point* comm_point_create_doq(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
648
struct comm_point* comm_point_create_tcp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
664
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
677
struct comm_point* comm_point_create_http_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
690
struct comm_point* comm_point_create_local(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
703
struct comm_point* comm_point_create_raw(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
837
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
254
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
85
struct comm_base* base;
usr.sbin/unbound/services/listen_dnsport.c
1534
listen_create(struct comm_base* base, struct listen_port* ports,
usr.sbin/unbound/services/listen_dnsport.h
215
listen_create(struct comm_base* base, struct listen_port* ports,
usr.sbin/unbound/services/listen_dnsport.h
73
struct comm_base* base;
usr.sbin/unbound/services/outside_network.c
1721
outside_network_create(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/services/outside_network.h
609
struct outside_network* outside_network_create(struct comm_base* base,
usr.sbin/unbound/services/outside_network.h
82
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
1446
struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1458
struct comm_point* comm_point_create_raw(struct comm_base* ATTR_UNUSED(base),
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
1719
void comm_base_set_slow_accept_handlers(struct comm_base* ATTR_UNUSED(b),
usr.sbin/unbound/testcode/fake_event.c
1728
struct ub_event_base* comm_base_internal(struct comm_base* ATTR_UNUSED(b))
usr.sbin/unbound/testcode/fake_event.c
1766
struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1777
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
494
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
2713
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
2960
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
3001
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
5755
comm_point_create_udp(struct comm_base *base, int fd, sldns_buffer* buffer,
usr.sbin/unbound/util/netevent.c
5820
comm_point_create_udp_ancil(struct comm_base *base, int fd,
usr.sbin/unbound/util/netevent.c
5885
comm_point_create_doq(struct comm_base *base, int fd, sldns_buffer* buffer,
usr.sbin/unbound/util/netevent.c
5974
comm_point_create_tcp_handler(struct comm_base *base,
usr.sbin/unbound/util/netevent.c
6074
comm_point_create_http_handler(struct comm_base *base,
usr.sbin/unbound/util/netevent.c
6196
comm_point_create_tcp(struct comm_base *base, int fd, int num,
usr.sbin/unbound/util/netevent.c
6299
comm_point_create_tcp_out(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6367
comm_point_create_http_out(struct comm_base *base, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6439
comm_point_create_local(struct comm_base *base, int fd, size_t bufsize,
usr.sbin/unbound/util/netevent.c
6508
comm_point_create_raw(struct comm_base* base, int fd, int writing,
usr.sbin/unbound/util/netevent.c
6913
comm_timer_create(struct comm_base* base, void (*cb)(void*), void* cb_arg)
usr.sbin/unbound/util/netevent.c
6995
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
473
struct comm_base* base;
usr.sbin/unbound/util/netevent.h
491
struct comm_base* comm_base_create(int sigs);
usr.sbin/unbound/util/netevent.h
499
struct comm_base* comm_base_create_event(struct ub_event_base* base);
usr.sbin/unbound/util/netevent.h
506
void comm_base_delete_no_base(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
513
void comm_base_delete(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
522
void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv);
usr.sbin/unbound/util/netevent.h
528
void comm_base_dispatch(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
534
void comm_base_exit(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
544
void comm_base_set_slow_accept_handlers(struct comm_base* b,
usr.sbin/unbound/util/netevent.h
552
struct ub_event_base* comm_base_internal(struct comm_base* b);
usr.sbin/unbound/util/netevent.h
575
struct comm_point* comm_point_create_udp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
593
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
613
struct comm_point* comm_point_create_doq(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
648
struct comm_point* comm_point_create_tcp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
664
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
677
struct comm_point* comm_point_create_http_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
690
struct comm_point* comm_point_create_local(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
703
struct comm_point* comm_point_create_raw(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
794
struct comm_timer* comm_timer_create(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
837
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)