Home
last modified time | relevance | path

Searched refs:comm_point (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/unbound/util/
H A Dnetevent.h73 struct comm_point;
95 typedef int comm_point_callback_type(struct comm_point*, void*, int,
142 struct comm_point* c;
205 struct comm_point { struct
230 struct comm_point* tcp_parent; argument
241 struct comm_point** tcp_handlers; argument
244 struct comm_point* tcp_free; argument
565 struct ub_event* comm_point_internal(struct comm_point* c);
580 struct comm_point* comm_point_create_udp(struct comm_base* base,
598 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
[all …]
H A Dtube.h45 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 Dnetevent.c200 static struct comm_point* comm_point_create_tcp_handler(
201 struct comm_base *base, struct comm_point* parent, size_t bufsize,
321 struct ub_event* comm_point_internal(struct comm_point* c) in comm_point_internal()
400 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
629 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
1025 rep.c = (struct comm_point*)arg;
1149 rep.c = (struct comm_point*)arg;
1340 doq_store_blocked_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
1362 doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
1460 doq_get_localaddr_cmsg(struct comm_point* c, struct doq_pkt_addr* paddr,
[all …]
H A Dtube.c163 tube_handle_listen(struct comm_point* c, void* arg, int error, in tube_handle_listen()
242 tube_handle_write(struct comm_point* c, void* arg, int error, in tube_handle_write()
739 tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_listen()
747 tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg), in tube_handle_write()
H A Dedns.h50 struct comm_point;
/freebsd/contrib/unbound/libunbound/
H A Dremote.h47 struct comm_point;
53 int fast_reload_client_callback(struct comm_point* c, void* arg, int err,
57 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*);
60 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
H A Dworker.h48 struct comm_point;
87 int libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
158 int worker_handle_request(struct comm_point* c, void* arg, int error,
162 int worker_handle_service_reply(struct comm_point* c, void* arg, int error,
H A Dlibworker.h56 struct comm_point;
H A Dlibworker.c915 libworker_handle_service_reply(struct comm_point* c, void* arg, int error, in libworker_handle_service_reply()
948 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request()
956 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply()
964 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback()
972 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
1085 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c), in fast_reload_client_callback()
/freebsd/contrib/unbound/services/
H A Doutside_network.h247 struct comm_point* cp;
401 struct comm_point* c;
809 struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
831 struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
854 struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet,
911 int outnet_udp_cb(struct comm_point* c, void* arg, int error,
915 int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
931 int serviced_udp_callback(struct comm_point* c, void* arg, int error,
935 int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
H A Dauthzone.h59 struct comm_point;
377 struct comm_point* cp;
456 struct comm_point* cp;
710 int auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
713 int auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
716 int auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
H A Dlisten_dnsport.h92 struct comm_point* com;
325 struct comm_point* cp;
725 struct doq_conn* doq_conn_create(struct comm_point* c,
781 int doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
786 int doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
790 int doq_conn_send_close(struct comm_point* c, struct doq_conn* conn);
H A Doutside_network.c101 struct comm_point* c, struct comm_reply* rep);
552 struct comm_point c;
992 waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
1343 outnet_tcp_cb(struct comm_point* c, void* arg, int error,
1528 outnet_udp_cb(struct comm_point* c, void* arg, int error,
3074 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
3163 serviced_tcp_callback(struct comm_point* c, void* arg, int error,
3351 serviced_udp_callback(struct comm_point* c, void* arg, int error,
3743 struct comm_point*
3748 struct comm_point* cp;
[all …]
H A Dmesh.h721 struct comm_point* cp, struct http2_stream* h2_stream,
H A Dlisten_dnsport.c1489 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front) in listen_cp_insert()
1560 struct comm_point* cp = NULL; in listen_create()
2340 struct comm_point* c = req->cp; in tcp_req_info_handle_readdone()
3553 doq_conn_create(struct comm_point* c, struct doq_pkt_addr* paddr, in doq_conn_create()
4108 struct comm_point* c; in doq_stream_data_complete()
5225 doq_conn_start_closing_period(struct comm_point* c, struct doq_conn* conn) in doq_conn_start_closing_period()
5289 doq_conn_send_close(struct comm_point* c, struct doq_conn* conn) in doq_conn_send_close()
5309 doq_conn_close_error(struct comm_point* c, struct doq_conn* conn) in doq_conn_close_error()
5338 doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr, in doq_conn_recv()
5436 doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn, in doq_conn_write_streams()
/freebsd/contrib/unbound/smallapp/
H A Dworker_cb.c61 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request()
69 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply()
77 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback()
85 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
152 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
272 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c), in fast_reload_client_callback()
/freebsd/contrib/unbound/daemon/
H A Dremote.h58 struct comm_point;
72 struct comm_point* c;
172 struct comm_point* client_cp;
H A Dstats.h48 struct comm_point;
118 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
H A Dworker.h110 struct comm_point* cmd_com;
H A Dworker.c244 worker_handle_service_reply(struct comm_point* c, void* arg, int error, in worker_handle_service_reply()
1244 deny_refuse(struct comm_point* c, enum acl_access acl, in deny_refuse()
1399 deny_refuse_all(struct comm_point* c, enum acl_access* acl, in deny_refuse_all()
1421 deny_refuse_non_local(struct comm_point* c, enum acl_access acl, in deny_refuse_non_local()
1474 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request()
2619 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h74 struct comm_point;
358 struct config_file* cfg, struct comm_point* c,
H A Dmsgparse.c954 struct edns_data* edns, struct config_file* cfg, struct comm_point* c, in parse_edns_options_from_query()
1285 struct config_file* cfg, struct comm_point* c, in parse_edns_from_query_pkt()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1617 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request()
1625 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in worker_handle_service_reply()
1633 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c), in remote_accept_callback()
1641 int remote_control_callback(struct comm_point* ATTR_UNUSED(c), in remote_control_callback()
1704 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c), in libworker_handle_service_reply()
1813 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c), in fast_reload_client_callback()
/freebsd/contrib/unbound/contrib/
H A Ddrop-tld.diff5 @@ -1213,6 +1213,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c908 struct comm_point* c = repinfo->c; in dnsc_handle_curved_request()

12