| /freebsd-10-stable/contrib/unbound/util/ |
| D | netevent.h | 64 struct comm_point; 74 typedef int comm_point_callback_t(struct comm_point*, void*, int, 110 struct comm_point* c; 141 struct comm_point { struct 160 struct comm_point* tcp_parent; argument 171 struct comm_point** tcp_handlers; argument 174 struct comm_point* tcp_free; argument 375 struct comm_point* comm_point_create_udp(struct comm_base* base, 391 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base, 412 struct comm_point* comm_point_create_tcp(struct comm_base* base, [all …]
|
| D | netevent.c | 159 static struct comm_point* comm_point_create_tcp_handler( 160 struct comm_base *base, struct comm_point* parent, size_t bufsize, 383 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet, in comm_point_send_udp_msg() 466 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet, in comm_point_send_udp_msg_if() 587 rep.c = (struct comm_point*)arg; in comm_point_udp_ancil_callback() 675 rep.c = (struct comm_point*)arg; in comm_point_udp_callback() 721 setup_tcp_handler(struct comm_point* c, int fd) in setup_tcp_handler() 744 int comm_point_perform_accept(struct comm_point* c, in comm_point_perform_accept() 842 comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl) in comm_point_tcp_win_bio_cb() 856 struct comm_point* c = (struct comm_point*)arg, *c_hdl; in comm_point_tcp_accept_callback() [all …]
|
| D | tube.h | 45 struct comm_point; 72 struct comm_point* listen_com; 85 struct comm_point* res_com; 263 int tube_handle_listen(struct comm_point* c, void* arg, int error, 267 int tube_handle_write(struct comm_point* c, void* arg, int error,
|
| D | tube.c | 147 tube_handle_listen(struct comm_point* c, void* arg, int error, in tube_handle_listen() 223 tube_handle_write(struct comm_point* c, void* arg, int error, in tube_handle_write() 651 tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_listen() 659 tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_write()
|
| /freebsd-10-stable/contrib/unbound/libunbound/ |
| D | worker.h | 48 struct comm_point; 77 int libworker_handle_reply(struct comm_point* c, void* arg, int error, 81 int libworker_handle_service_reply(struct comm_point* c, void* arg, int error, 144 int worker_handle_request(struct comm_point* c, void* arg, int error, 148 int worker_handle_reply(struct comm_point* c, void* arg, int error, 152 int worker_handle_service_reply(struct comm_point* c, void* arg, int error, 171 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*); 174 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
|
| D | libworker.c | 846 libworker_handle_reply(struct comm_point* c, void* arg, int error, in libworker_handle_reply() 875 libworker_handle_service_reply(struct comm_point* c, void* arg, int error, in libworker_handle_service_reply() 908 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 916 int worker_handle_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_reply() 924 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 932 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 940 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
|
| D | libworker.h | 56 struct comm_point;
|
| /freebsd-10-stable/contrib/unbound/smallapp/ |
| D | worker_cb.c | 57 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() 65 int worker_handle_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_reply() 73 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply() 81 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback() 89 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback() 146 int libworker_handle_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_reply() 154 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
| /freebsd-10-stable/contrib/unbound/services/ |
| D | outside_network.h | 195 struct comm_point* cp; 245 struct comm_point* c; 524 int outnet_udp_cb(struct comm_point* c, void* arg, int error, 528 int outnet_tcp_cb(struct comm_point* c, void* arg, int error, 541 int serviced_udp_callback(struct comm_point* c, void* arg, int error, 545 int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
|
| D | listen_dnsport.h | 74 struct comm_point* com;
|
| D | listen_dnsport.c | 939 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front) in listen_cp_insert() 969 struct comm_point* cp = NULL; in listen_create()
|
| D | outside_network.c | 321 outnet_tcp_cb(struct comm_point* c, void* arg, int error, 399 outnet_udp_cb(struct comm_point* c, void* arg, int error, 1494 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c, 1581 serviced_tcp_callback(struct comm_point* c, void* arg, int error, 1696 serviced_udp_callback(struct comm_point* c, void* arg, int error,
|
| /freebsd-10-stable/contrib/unbound/daemon/ |
| D | remote.h | 56 struct comm_point; 69 struct comm_point* c;
|
| D | stats.h | 48 struct comm_point; 237 void server_stats_insquery(struct server_stats* stats, struct comm_point* c,
|
| D | worker.h | 103 struct comm_point* cmd_com;
|
| D | worker.c | 233 worker_handle_reply(struct comm_point* c, void* arg, int error, in worker_handle_reply() 265 worker_handle_service_reply(struct comm_point* c, void* arg, int error, in worker_handle_service_reply() 746 deny_refuse(struct comm_point* c, enum acl_access acl, in deny_refuse() 778 deny_refuse_all(struct comm_point* c, enum acl_access acl, in deny_refuse_all() 785 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, in deny_refuse_non_local() 792 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() 1422 int libworker_handle_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_reply() 1430 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
|
| D | stats.c | 284 void server_stats_insquery(struct server_stats* stats, struct comm_point* c, in server_stats_insquery()
|
| D | remote.c | 504 int remote_accept_callback(struct comm_point* c, void* arg, int err, in remote_accept_callback() 583 state_list_remove_elem(struct rc_state** list, struct comm_point* c) in state_list_remove_elem() 2578 int remote_control_callback(struct comm_point* c, void* arg, int err, in remote_control_callback()
|