| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | netevent.h | 70 struct comm_point; 87 typedef int comm_point_callback_type(struct comm_point*, void*, int, 130 struct comm_point* c; 178 struct comm_point { struct 201 struct comm_point* tcp_parent; argument 212 struct comm_point** tcp_handlers; argument 215 struct comm_point* tcp_free; argument 531 struct comm_point* comm_point_create_udp(struct comm_base* base, 549 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base, 581 struct comm_point* comm_point_create_tcp(struct comm_base* base, [all …]
|
| H A D | tube.h | 45 struct comm_point; 71 struct comm_point* listen_com; 84 struct comm_point* res_com; 270 int tube_handle_listen(struct comm_point* c, void* arg, int error, 274 int tube_handle_write(struct comm_point* c, void* arg, int error,
|
| H A D | netevent.c | 188 static struct comm_point* comm_point_create_tcp_handler( 189 struct comm_base *base, struct comm_point* parent, size_t bufsize, 373 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, 596 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet, 978 rep.c = (struct comm_point*)arg; 1097 rep.c = (struct comm_point*)arg; 1162 int adjusted_tcp_timeout(struct comm_point* c) 1171 setup_tcp_handler(struct comm_point* c, int fd, int cur, int max) 1219 int comm_point_perform_accept(struct comm_point* c, 1357 comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl) [all …]
|
| H A D | tube.c | 149 tube_handle_listen(struct comm_point* c, void* arg, int error, in tube_handle_listen() 225 tube_handle_write(struct comm_point* c, void* arg, int error, in tube_handle_write() 716 tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_listen() 724 tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_write()
|
| H A D | edns.h | 49 struct comm_point;
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | worker.h | 48 struct comm_point; 84 int libworker_handle_service_reply(struct comm_point* c, void* arg, int error, 152 int worker_handle_request(struct comm_point* c, void* arg, int error, 156 int worker_handle_service_reply(struct comm_point* c, void* arg, int error, 175 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*); 178 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
|
| H A D | libworker.h | 56 struct comm_point;
|
| H A D | libworker.c | 913 libworker_handle_service_reply(struct comm_point* c, void* arg, int error, in libworker_handle_service_reply() 946 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 954 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 962 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 970 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
|
| /netbsd-src/external/bsd/unbound/dist/services/ |
| H A D | outside_network.h | 241 struct comm_point* cp; 356 struct comm_point* c; 760 struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet, 782 struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet, 805 struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet, 814 int outnet_udp_cb(struct comm_point* c, void* arg, int error, 818 int outnet_tcp_cb(struct comm_point* c, void* arg, int error, 834 int serviced_udp_callback(struct comm_point* c, void* arg, int error, 838 int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
|
| H A D | authzone.h | 59 struct comm_point; 353 struct comm_point* cp; 426 struct comm_point* cp; 679 int auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err, 682 int auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err, 685 int auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
|
| H A D | listen_dnsport.h | 81 struct comm_point* com; 301 struct comm_point* cp;
|
| H A D | outside_network.c | 101 struct comm_point* c, struct comm_reply* rep); 524 struct comm_point c; 933 waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error, 1280 outnet_tcp_cb(struct comm_point* c, void* arg, int error, 1465 outnet_udp_cb(struct comm_point* c, void* arg, int error, 2966 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c, 3055 serviced_tcp_callback(struct comm_point* c, void* arg, int error, 3243 serviced_udp_callback(struct comm_point* c, void* arg, int error, 3616 struct comm_point* 3621 struct comm_point* cp; [all …]
|
| H A D | mesh.h | 662 struct comm_point* cp);
|
| H A D | listen_dnsport.c | 1388 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front) in listen_cp_insert() 1456 struct comm_point* cp = NULL; in listen_create() 2216 struct comm_point* c = req->cp; in tcp_req_info_handle_readdone()
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | worker_cb.c | 60 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 68 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 76 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 84 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback() 145 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | fake_event.c | 357 struct comm_point c; in answer_callback_from_entry() 440 repinfo.c = (struct comm_point*)calloc(1, sizeof(struct comm_point)); in fake_front_query() 482 struct comm_point c; in fake_pending_callback() 1346 struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base), in comm_point_create_local() 1355 return (struct comm_point*)fc; in comm_point_create_local() 1358 struct comm_point* comm_point_create_raw(struct comm_base* ATTR_UNUSED(base), in comm_point_create_raw() 1368 return (struct comm_point*)fc; in comm_point_create_raw() 1371 void comm_point_start_listening(struct comm_point* ATTR_UNUSED(c), in comm_point_start_listening() 1377 void comm_point_stop_listening(struct comm_point* ATTR_UNUSED(c)) in comm_point_stop_listening() 1383 void comm_point_delete(struct comm_point* c) in comm_point_delete() [all …]
|
| H A D | testbound.c | 541 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 549 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
|
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | stats.h | 48 struct comm_point; 118 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
|
| H A D | remote.h | 56 struct comm_point; 69 struct comm_point* c;
|
| H A D | worker.h | 108 struct comm_point* cmd_com;
|
| H A D | worker.c | 242 worker_handle_service_reply(struct comm_point* c, void* arg, int error, in worker_handle_service_reply() 1110 deny_refuse(struct comm_point* c, enum acl_access acl, in deny_refuse() 1298 deny_refuse_all(struct comm_point* c, enum acl_access* acl, in deny_refuse_all() 1320 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, in deny_refuse_non_local() 1364 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() 2454 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
| /netbsd-src/external/bsd/unbound/dist/util/data/ |
| H A D | msgparse.h | 74 struct comm_point; 327 struct config_file* cfg, struct comm_point* c,
|
| H A D | msgparse.c | 949 struct edns_data* edns, struct config_file* cfg, struct comm_point* c, in parse_edns_options_from_query() 1241 struct config_file* cfg, struct comm_point* c, in parse_edns_from_query_pkt()
|
| /netbsd-src/external/bsd/unbound/dist/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1393 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 1401 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 1409 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 1417 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback() 1478 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | drop-tld.diff | 5 @@ -1213,6 +1213,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
|