| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | netevent.h | 112 struct comm_base { struct 437 struct comm_base* base; 455 struct comm_base* comm_base_create(int sigs); 463 struct comm_base* comm_base_create_event(struct ub_event_base* base); 470 void comm_base_delete_no_base(struct comm_base* b); 477 void comm_base_delete(struct comm_base* b); 486 void comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv); 492 void comm_base_dispatch(struct comm_base* b); 498 void comm_base_exit(struct comm_base* b); 508 void comm_base_set_slow_accept_handlers(struct comm_base* b, [all …]
|
| H A D | tube.h | 46 struct comm_base; 232 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, 248 int tube_setup_bg_write(struct tube* tube, struct comm_base* base);
|
| H A D | ub_event.h | 48 struct comm_base; 125 void ub_comm_base_now(struct comm_base* cb);
|
| H A D | netevent.c | 138 struct comm_base* base; 170 struct comm_base* base; 189 struct comm_base *base, struct comm_point* parent, size_t bufsize, 195 struct comm_base* 198 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create() 199 sizeof(struct comm_base)); in comm_base_create() 221 struct comm_base* 224 struct comm_base* b = (struct comm_base*)calloc(1, in comm_base_create_event() 225 sizeof(struct comm_base)); in comm_base_create_event() 239 comm_base_delete(struct comm_base* b) in comm_base_delete() [all …]
|
| H A D | tube.c | 468 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 483 int tube_setup_bg_write(struct tube* tube, struct comm_base* base) in tube_setup_bg_write() 731 int tube_setup_bg_listen(struct tube* tube, struct comm_base* base, in tube_setup_bg_listen() 744 struct comm_base* ATTR_UNUSED(base)) in tube_setup_bg_write()
|
| H A D | module.h | 169 struct comm_base; 485 struct comm_base* worker_base;
|
| H A D | ub_event.c | 448 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
|
| H A D | ub_event_pluggable.c | 674 void ub_comm_base_now(struct comm_base* cb) in ub_comm_base_now()
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | libworker.h | 50 struct comm_base; 84 struct comm_base* base;
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 861 listen_create(struct comm_base* base, struct listen_port* ATTR_UNUSED(ports), in listen_create() 897 struct comm_base* 908 return (struct comm_base*)runtime; in comm_base_create() 912 comm_base_delete(struct comm_base* b) in comm_base_delete() 944 comm_base_timept(struct comm_base* b, time_t** tt, struct timeval** tv) in comm_base_timept() 952 comm_base_dispatch(struct comm_base* b) in comm_base_dispatch() 962 comm_base_exit(struct comm_base* b) in comm_base_exit() 972 comm_signal_create(struct comm_base* base, in comm_signal_create() 1029 outside_network_create(struct comm_base* base, size_t bufsize, in outside_network_create() 1346 struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base), in comm_point_create_local() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/dnstap/ |
| H A D | dtstream.h | 52 struct comm_base; 248 struct dt_msg_queue* dt_msg_queue_create(struct comm_base* base);
|
| H A D | dnstap.h | 108 dt_init(struct dt_env *env, struct comm_base* base);
|
| H A D | dnstap.c | 247 dt_init(struct dt_env *env, struct comm_base* base) in dt_init()
|
| H A D | dtstream.c | 104 dt_msg_queue_create(struct comm_base* base) in dt_msg_queue_create()
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | listen_dnsport.h | 62 struct comm_base* base; 195 listen_create(struct comm_base* base, struct listen_port* ports,
|
| H A D | outside_network.h | 76 struct comm_base* base; 565 struct outside_network* outside_network_create(struct comm_base* base,
|
| H A D | listen_dnsport.c | 1433 listen_create(struct comm_base* base, struct listen_port* ports, in listen_create()
|
| H A D | outside_network.c | 1658 outside_network_create(struct comm_base *base, size_t bufsize,
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | worker.h | 96 struct comm_base* base;
|