sbin/unwind/libunbound/daemon/remote.h
171
struct comm_point* client_cp;
sbin/unwind/libunbound/daemon/remote.h
364
int fast_reload_client_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/daemon/remote.h
57
struct comm_point;
sbin/unwind/libunbound/daemon/remote.h
71
struct comm_point* c;
sbin/unwind/libunbound/daemon/stats.h
118
void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
sbin/unwind/libunbound/daemon/stats.h
48
struct comm_point;
sbin/unwind/libunbound/daemon/worker.h
114
struct comm_point* cmd_com;
sbin/unwind/libunbound/libunbound/libworker.c
1071
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
sbin/unwind/libunbound/libunbound/libworker.c
902
libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/libunbound/libworker.c
935
int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
sbin/unwind/libunbound/libunbound/libworker.c
943
int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
sbin/unwind/libunbound/libunbound/libworker.c
951
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
sbin/unwind/libunbound/libunbound/libworker.c
959
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
sbin/unwind/libunbound/libunbound/libworker.h
56
struct comm_point;
sbin/unwind/libunbound/libunbound/worker.h
152
int worker_handle_request(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/libunbound/worker.h
156
int worker_handle_service_reply(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/libunbound/worker.h
175
int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*);
sbin/unwind/libunbound/libunbound/worker.h
178
int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
sbin/unwind/libunbound/libunbound/worker.h
48
struct comm_point;
sbin/unwind/libunbound/libunbound/worker.h
84
int libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/authzone.c
6176
auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/authzone.c
6259
auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/authzone.c
6509
auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/authzone.h
356
struct comm_point* cp;
sbin/unwind/libunbound/services/authzone.h
429
struct comm_point* cp;
sbin/unwind/libunbound/services/authzone.h
59
struct comm_point;
sbin/unwind/libunbound/services/authzone.h
683
int auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/authzone.h
686
int auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/authzone.h
689
int auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
sbin/unwind/libunbound/services/listen_dnsport.c
1490
listen_cp_insert(struct comm_point* c, struct listen_dnsport* front)
sbin/unwind/libunbound/services/listen_dnsport.c
1561
struct comm_point* cp = NULL;
sbin/unwind/libunbound/services/listen_dnsport.c
2343
struct comm_point* c = req->cp;
sbin/unwind/libunbound/services/listen_dnsport.c
3552
doq_conn_create(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/services/listen_dnsport.c
4049
struct comm_point* c;
sbin/unwind/libunbound/services/listen_dnsport.c
5133
doq_conn_start_closing_period(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5197
doq_conn_send_close(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5217
doq_conn_close_error(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/services/listen_dnsport.c
5246
doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/services/listen_dnsport.c
5345
doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
sbin/unwind/libunbound/services/listen_dnsport.h
323
struct comm_point* cp;
sbin/unwind/libunbound/services/listen_dnsport.h
709
struct doq_conn* doq_conn_create(struct comm_point* c,
sbin/unwind/libunbound/services/listen_dnsport.h
765
int doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/services/listen_dnsport.h
770
int doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
sbin/unwind/libunbound/services/listen_dnsport.h
774
int doq_conn_send_close(struct comm_point* c, struct doq_conn* conn);
sbin/unwind/libunbound/services/listen_dnsport.h
90
struct comm_point* com;
sbin/unwind/libunbound/services/mesh.c
2327
struct comm_point* cp)
sbin/unwind/libunbound/services/mesh.h
675
struct comm_point* cp);
sbin/unwind/libunbound/services/outside_network.c
101
struct comm_point* c, struct comm_reply* rep);
sbin/unwind/libunbound/services/outside_network.c
1295
outnet_tcp_cb(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.c
1480
outnet_udp_cb(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.c
2999
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
sbin/unwind/libunbound/services/outside_network.c
3088
serviced_tcp_callback(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.c
3276
serviced_udp_callback(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.c
3653
struct comm_point*
sbin/unwind/libunbound/services/outside_network.c
3658
struct comm_point* cp;
sbin/unwind/libunbound/services/outside_network.c
3675
setup_comm_ssl(struct comm_point* cp, struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.c
3729
struct comm_point*
sbin/unwind/libunbound/services/outside_network.c
3735
struct comm_point* cp;
sbin/unwind/libunbound/services/outside_network.c
3804
struct comm_point*
sbin/unwind/libunbound/services/outside_network.c
3811
struct comm_point* cp;
sbin/unwind/libunbound/services/outside_network.c
538
struct comm_point c;
sbin/unwind/libunbound/services/outside_network.c
948
waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
sbin/unwind/libunbound/services/outside_network.h
241
struct comm_point* cp;
sbin/unwind/libunbound/services/outside_network.h
356
struct comm_point* c;
sbin/unwind/libunbound/services/outside_network.h
762
struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.h
784
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.h
807
struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet,
sbin/unwind/libunbound/services/outside_network.h
816
int outnet_udp_cb(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.h
820
int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.h
836
int serviced_udp_callback(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/services/outside_network.h
840
int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/util/data/msgparse.c
1270
struct config_file* cfg, struct comm_point* c,
sbin/unwind/libunbound/util/data/msgparse.c
949
struct edns_data* edns, struct config_file* cfg, struct comm_point* c,
sbin/unwind/libunbound/util/data/msgparse.h
333
struct config_file* cfg, struct comm_point* c,
sbin/unwind/libunbound/util/data/msgparse.h
74
struct comm_point;
sbin/unwind/libunbound/util/edns.h
50
struct comm_point;
sbin/unwind/libunbound/util/netevent.c
1013
rep.c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
1137
rep.c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
1328
doq_store_blocked_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1350
doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
sbin/unwind/libunbound/util/netevent.c
1448
doq_get_localaddr_cmsg(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1565
doq_recv(struct comm_point* c, struct doq_pkt_addr* paddr, int* pkt_continue,
sbin/unwind/libunbound/util/netevent.c
1610
doq_send_version_negotiation(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1736
doq_decode_pkt_header_negotiate(struct comm_point* c,
sbin/unwind/libunbound/util/netevent.c
1824
doq_send_retry(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1872
doq_send_stateless_connection_close(struct comm_point* c,
sbin/unwind/libunbound/util/netevent.c
1894
doq_verify_retry_token(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1927
doq_verify_token(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
1958
doq_delete_connection(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/util/netevent.c
196
static struct comm_point* comm_point_create_tcp_handler(
sbin/unwind/libunbound/util/netevent.c
197
struct comm_base *base, struct comm_point* parent, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
2007
doq_setup_new_conn(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
2062
doq_address_validation(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
2125
doq_accept(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.c
2170
doq_pickup_timer(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2210
doq_done_setup_timer_and_write(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/util/netevent.c
2276
doq_done_with_conn_cb(struct comm_point* c, struct doq_conn* conn)
sbin/unwind/libunbound/util/netevent.c
2329
doq_write_list_length(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2345
doq_pop_write_conn(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2362
doq_done_with_write_cb(struct comm_point* c, struct doq_conn* conn,
sbin/unwind/libunbound/util/netevent.c
2374
doq_socket_want_write(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2388
doq_socket_write_enable(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2399
doq_socket_write_disable(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2410
doq_write_blocked_pkt(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2522
struct comm_point* c;
sbin/unwind/libunbound/util/netevent.c
2529
c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
2721
const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
sbin/unwind/libunbound/util/netevent.c
2824
doq_lookup_conn_stream(struct comm_reply* repinfo, struct comm_point* c,
sbin/unwind/libunbound/util/netevent.c
2919
int adjusted_tcp_timeout(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
2928
setup_tcp_handler(struct comm_point* c, int fd, int cur, int max)
sbin/unwind/libunbound/util/netevent.c
2976
int comm_point_perform_accept(struct comm_point* c,
sbin/unwind/libunbound/util/netevent.c
3114
comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl)
sbin/unwind/libunbound/util/netevent.c
317
struct ub_event* comm_point_internal(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3206
struct comm_point* c = (struct comm_point*)arg, *c_hdl;
sbin/unwind/libunbound/util/netevent.c
3316
reclaim_tcp_handler(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3349
tcp_callback_writer(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3379
tcp_callback_reader(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3430
ssl_handshake(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3589
ssl_handle_read(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
3842
ssl_handle_write(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
396
comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
sbin/unwind/libunbound/util/netevent.c
3989
ssl_handle_it(struct comm_point* c, int is_write)
sbin/unwind/libunbound/util/netevent.c
4012
comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
sbin/unwind/libunbound/util/netevent.c
4258
comm_point_tcp_handle_write(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4547
tcp_req_info_read_again(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4571
tcp_more_read_again(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4595
tcp_more_write_again(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4620
struct comm_point* c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
4709
reclaim_http_handler(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4737
ssl_http_read_more(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4780
http_read_more(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4859
http_process_initial_header(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4896
http_process_chunk_header(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4947
http_nonchunk_segment(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
4990
http_chunked_segment(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5066
static struct http2_session* http2_session_create(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5243
comm_point_http2_handle_read(int ATTR_UNUSED(fd), struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5282
comm_point_http_handle_read(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5380
http_check_connect(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5426
ssl_http_write_more(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5467
http_write_more(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5577
comm_point_http2_handle_write(int ATTR_UNUSED(fd), struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5610
comm_point_http_handle_write(int fd, struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
5673
struct comm_point* c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
5716
struct comm_point* c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
5734
struct comm_point* c = (struct comm_point*)arg;
sbin/unwind/libunbound/util/netevent.c
5745
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
5750
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
5751
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
5810
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
5815
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
5816
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
5875
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
5883
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
5884
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
5963
static struct comm_point*
sbin/unwind/libunbound/util/netevent.c
5965
struct comm_point* parent, size_t bufsize,
sbin/unwind/libunbound/util/netevent.c
5969
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
5970
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6063
static struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6065
struct comm_point* parent, size_t bufsize, int harden_large_queries,
sbin/unwind/libunbound/util/netevent.c
6070
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6071
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6185
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6194
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6195
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6220
c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
sbin/unwind/libunbound/util/netevent.c
6221
sizeof(struct comm_point*));
sbin/unwind/libunbound/util/netevent.c
625
comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
sbin/unwind/libunbound/util/netevent.c
6288
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6292
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6293
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6356
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6361
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6362
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6428
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6432
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6433
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6497
struct comm_point*
sbin/unwind/libunbound/util/netevent.c
6501
struct comm_point* c = (struct comm_point*)calloc(1,
sbin/unwind/libunbound/util/netevent.c
6502
sizeof(struct comm_point));
sbin/unwind/libunbound/util/netevent.c
6564
comm_point_close(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
6604
comm_point_delete(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
6781
comm_point_stop_listening(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.c
6793
comm_point_start_listening(struct comm_point* c, int newfd, int msec)
sbin/unwind/libunbound/util/netevent.c
6854
void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr)
sbin/unwind/libunbound/util/netevent.c
6876
size_t comm_point_get_mem(struct comm_point* c)
sbin/unwind/libunbound/util/netevent.h
1074
struct comm_point* cp;
sbin/unwind/libunbound/util/netevent.h
1124
void doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
sbin/unwind/libunbound/util/netevent.h
1187
void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);
sbin/unwind/libunbound/util/netevent.h
140
struct comm_point* c;
sbin/unwind/libunbound/util/netevent.h
226
struct comm_point* tcp_parent;
sbin/unwind/libunbound/util/netevent.h
237
struct comm_point** tcp_handlers;
sbin/unwind/libunbound/util/netevent.h
240
struct comm_point* tcp_free;
sbin/unwind/libunbound/util/netevent.h
558
struct ub_event* comm_point_internal(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
573
struct comm_point* comm_point_create_udp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
591
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
611
struct comm_point* comm_point_create_doq(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
646
struct comm_point* comm_point_create_tcp(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
662
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
675
struct comm_point* comm_point_create_http_out(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
688
struct comm_point* comm_point_create_local(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
701
struct comm_point* comm_point_create_raw(struct comm_base* base,
sbin/unwind/libunbound/util/netevent.h
709
void comm_point_close(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
716
void comm_point_delete(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
73
struct comm_point;
sbin/unwind/libunbound/util/netevent.h
740
int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet,
sbin/unwind/libunbound/util/netevent.h
747
void comm_point_stop_listening(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
756
void comm_point_start_listening(struct comm_point* c, int newfd, int msec);
sbin/unwind/libunbound/util/netevent.h
764
void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr);
sbin/unwind/libunbound/util/netevent.h
774
int adjusted_tcp_timeout(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
783
size_t comm_point_get_mem(struct comm_point* c);
sbin/unwind/libunbound/util/netevent.h
862
int comm_point_perform_accept(struct comm_point* c,
sbin/unwind/libunbound/util/netevent.h
941
struct comm_point* c;
sbin/unwind/libunbound/util/netevent.h
95
typedef int comm_point_callback_type(struct comm_point*, void*, int,
sbin/unwind/libunbound/util/tube.c
149
tube_handle_listen(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/util/tube.c
225
tube_handle_write(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/util/tube.c
719
tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
sbin/unwind/libunbound/util/tube.c
727
tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
sbin/unwind/libunbound/util/tube.h
270
int tube_handle_listen(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/util/tube.h
274
int tube_handle_write(struct comm_point* c, void* arg, int error,
sbin/unwind/libunbound/util/tube.h
45
struct comm_point;
sbin/unwind/libunbound/util/tube.h
71
struct comm_point* listen_com;
sbin/unwind/libunbound/util/tube.h
84
struct comm_point* res_com;
usr.sbin/unbound/daemon/remote.c
4238
struct comm_point* c, int r, int r2)
usr.sbin/unbound/daemon/remote.c
4267
int remote_control_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/daemon/remote.c
448
int remote_accept_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/daemon/remote.c
528
state_list_remove_elem(struct rc_state** list, struct comm_point* c)
usr.sbin/unbound/daemon/remote.c
7981
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c), void* arg,
usr.sbin/unbound/daemon/remote.c
8052
fr_printq_create(struct comm_point* c, struct worker* worker)
usr.sbin/unbound/daemon/remote.h
171
struct comm_point* client_cp;
usr.sbin/unbound/daemon/remote.h
364
int fast_reload_client_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/daemon/remote.h
57
struct comm_point;
usr.sbin/unbound/daemon/remote.h
71
struct comm_point* c;
usr.sbin/unbound/daemon/stats.c
532
void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
usr.sbin/unbound/daemon/stats.h
118
void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
usr.sbin/unbound/daemon/stats.h
48
struct comm_point;
usr.sbin/unbound/daemon/worker.c
1202
deny_refuse(struct comm_point* c, enum acl_access acl,
usr.sbin/unbound/daemon/worker.c
1391
deny_refuse_all(struct comm_point* c, enum acl_access* acl,
usr.sbin/unbound/daemon/worker.c
1413
deny_refuse_non_local(struct comm_point* c, enum acl_access acl,
usr.sbin/unbound/daemon/worker.c
1448
worker_handle_request(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/daemon/worker.c
244
worker_handle_service_reply(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/daemon/worker.c
2527
int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/daemon/worker.h
114
struct comm_point* cmd_com;
usr.sbin/unbound/dnscrypt/dnscrypt.c
889
struct comm_point* c = repinfo->c;
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1607
int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1615
int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1623
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1631
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1692
int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/dnstap/unbound-dnstap-socket.c
1796
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.c
1071
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.c
902
libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/libunbound/libworker.c
935
int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.c
943
int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.c
951
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.c
959
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/libunbound/libworker.h
56
struct comm_point;
usr.sbin/unbound/libunbound/worker.h
152
int worker_handle_request(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/libunbound/worker.h
156
int worker_handle_service_reply(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/libunbound/worker.h
175
int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*);
usr.sbin/unbound/libunbound/worker.h
178
int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
usr.sbin/unbound/libunbound/worker.h
48
struct comm_point;
usr.sbin/unbound/libunbound/worker.h
84
int libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/authzone.c
6176
auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/authzone.c
6259
auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/authzone.c
6509
auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/authzone.h
356
struct comm_point* cp;
usr.sbin/unbound/services/authzone.h
429
struct comm_point* cp;
usr.sbin/unbound/services/authzone.h
59
struct comm_point;
usr.sbin/unbound/services/authzone.h
683
int auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/authzone.h
686
int auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/authzone.h
689
int auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
usr.sbin/unbound/services/listen_dnsport.c
1490
listen_cp_insert(struct comm_point* c, struct listen_dnsport* front)
usr.sbin/unbound/services/listen_dnsport.c
1561
struct comm_point* cp = NULL;
usr.sbin/unbound/services/listen_dnsport.c
2343
struct comm_point* c = req->cp;
usr.sbin/unbound/services/listen_dnsport.c
3552
doq_conn_create(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/services/listen_dnsport.c
4049
struct comm_point* c;
usr.sbin/unbound/services/listen_dnsport.c
5133
doq_conn_start_closing_period(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5197
doq_conn_send_close(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5217
doq_conn_close_error(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/services/listen_dnsport.c
5246
doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/services/listen_dnsport.c
5345
doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
usr.sbin/unbound/services/listen_dnsport.h
323
struct comm_point* cp;
usr.sbin/unbound/services/listen_dnsport.h
709
struct doq_conn* doq_conn_create(struct comm_point* c,
usr.sbin/unbound/services/listen_dnsport.h
765
int doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/services/listen_dnsport.h
770
int doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
usr.sbin/unbound/services/listen_dnsport.h
774
int doq_conn_send_close(struct comm_point* c, struct doq_conn* conn);
usr.sbin/unbound/services/listen_dnsport.h
90
struct comm_point* com;
usr.sbin/unbound/services/mesh.c
2327
struct comm_point* cp)
usr.sbin/unbound/services/mesh.h
675
struct comm_point* cp);
usr.sbin/unbound/services/outside_network.c
101
struct comm_point* c, struct comm_reply* rep);
usr.sbin/unbound/services/outside_network.c
1295
outnet_tcp_cb(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.c
1480
outnet_udp_cb(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.c
2999
serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
usr.sbin/unbound/services/outside_network.c
3088
serviced_tcp_callback(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.c
3276
serviced_udp_callback(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.c
3653
struct comm_point*
usr.sbin/unbound/services/outside_network.c
3658
struct comm_point* cp;
usr.sbin/unbound/services/outside_network.c
3675
setup_comm_ssl(struct comm_point* cp, struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.c
3729
struct comm_point*
usr.sbin/unbound/services/outside_network.c
3735
struct comm_point* cp;
usr.sbin/unbound/services/outside_network.c
3804
struct comm_point*
usr.sbin/unbound/services/outside_network.c
3811
struct comm_point* cp;
usr.sbin/unbound/services/outside_network.c
538
struct comm_point c;
usr.sbin/unbound/services/outside_network.c
948
waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
usr.sbin/unbound/services/outside_network.h
241
struct comm_point* cp;
usr.sbin/unbound/services/outside_network.h
356
struct comm_point* c;
usr.sbin/unbound/services/outside_network.h
762
struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.h
784
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.h
807
struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet,
usr.sbin/unbound/services/outside_network.h
816
int outnet_udp_cb(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.h
820
int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.h
836
int serviced_udp_callback(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/services/outside_network.h
840
int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/smallapp/worker_cb.c
145
int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/smallapp/worker_cb.c
265
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/smallapp/worker_cb.c
60
int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/smallapp/worker_cb.c
68
int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/smallapp/worker_cb.c
76
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/smallapp/worker_cb.c
84
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2553
int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2561
int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2569
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2577
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2638
int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/doqclient.c
2758
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1445
struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1454
return (struct comm_point*)fc;
usr.sbin/unbound/testcode/fake_event.c
1457
struct comm_point* comm_point_create_raw(struct comm_base* ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1467
return (struct comm_point*)fc;
usr.sbin/unbound/testcode/fake_event.c
1470
void comm_point_start_listening(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1476
void comm_point_stop_listening(struct comm_point* ATTR_UNUSED(c))
usr.sbin/unbound/testcode/fake_event.c
1482
void comm_point_delete(struct comm_point* c)
usr.sbin/unbound/testcode/fake_event.c
1504
size_t comm_point_get_mem(struct comm_point* ATTR_UNUSED(c))
usr.sbin/unbound/testcode/fake_event.c
1520
int outnet_udp_cb(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1528
int outnet_tcp_cb(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1616
int serviced_udp_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1624
int serviced_tcp_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
1765
struct comm_point* comm_point_create_udp(struct comm_base *ATTR_UNUSED(base),
usr.sbin/unbound/testcode/fake_event.c
1776
struct comm_point* comm_point_create_tcp_out(struct comm_base*
usr.sbin/unbound/testcode/fake_event.c
1785
struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
usr.sbin/unbound/testcode/fake_event.c
1801
return (struct comm_point*)fc;
usr.sbin/unbound/testcode/fake_event.c
1804
struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
usr.sbin/unbound/testcode/fake_event.c
1874
return (struct comm_point*)fc;
usr.sbin/unbound/testcode/fake_event.c
1877
struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet,
usr.sbin/unbound/testcode/fake_event.c
1905
return (struct comm_point*)fc;
usr.sbin/unbound/testcode/fake_event.c
1908
int comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
usr.sbin/unbound/testcode/fake_event.c
2036
int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/fake_event.c
376
struct comm_point c;
usr.sbin/unbound/testcode/fake_event.c
459
repinfo.c = (struct comm_point*)calloc(1, sizeof(struct comm_point));
usr.sbin/unbound/testcode/fake_event.c
500
struct comm_point c;
usr.sbin/unbound/testcode/testbound.c
646
int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/testcode/testbound.c
654
int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
usr.sbin/unbound/util/data/msgparse.c
1270
struct config_file* cfg, struct comm_point* c,
usr.sbin/unbound/util/data/msgparse.c
949
struct edns_data* edns, struct config_file* cfg, struct comm_point* c,
usr.sbin/unbound/util/data/msgparse.h
333
struct config_file* cfg, struct comm_point* c,
usr.sbin/unbound/util/data/msgparse.h
74
struct comm_point;
usr.sbin/unbound/util/edns.h
50
struct comm_point;
usr.sbin/unbound/util/netevent.c
1013
rep.c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
1137
rep.c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
1328
doq_store_blocked_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1350
doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
usr.sbin/unbound/util/netevent.c
1448
doq_get_localaddr_cmsg(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1565
doq_recv(struct comm_point* c, struct doq_pkt_addr* paddr, int* pkt_continue,
usr.sbin/unbound/util/netevent.c
1610
doq_send_version_negotiation(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1736
doq_decode_pkt_header_negotiate(struct comm_point* c,
usr.sbin/unbound/util/netevent.c
1824
doq_send_retry(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1872
doq_send_stateless_connection_close(struct comm_point* c,
usr.sbin/unbound/util/netevent.c
1894
doq_verify_retry_token(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1927
doq_verify_token(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
1958
doq_delete_connection(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/util/netevent.c
196
static struct comm_point* comm_point_create_tcp_handler(
usr.sbin/unbound/util/netevent.c
197
struct comm_base *base, struct comm_point* parent, size_t bufsize,
usr.sbin/unbound/util/netevent.c
2007
doq_setup_new_conn(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
2062
doq_address_validation(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
2125
doq_accept(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.c
2170
doq_pickup_timer(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2210
doq_done_setup_timer_and_write(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/util/netevent.c
2276
doq_done_with_conn_cb(struct comm_point* c, struct doq_conn* conn)
usr.sbin/unbound/util/netevent.c
2329
doq_write_list_length(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2345
doq_pop_write_conn(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2362
doq_done_with_write_cb(struct comm_point* c, struct doq_conn* conn,
usr.sbin/unbound/util/netevent.c
2374
doq_socket_want_write(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2388
doq_socket_write_enable(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2399
doq_socket_write_disable(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2410
doq_write_blocked_pkt(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2522
struct comm_point* c;
usr.sbin/unbound/util/netevent.c
2529
c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
2721
const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
usr.sbin/unbound/util/netevent.c
2824
doq_lookup_conn_stream(struct comm_reply* repinfo, struct comm_point* c,
usr.sbin/unbound/util/netevent.c
2919
int adjusted_tcp_timeout(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
2928
setup_tcp_handler(struct comm_point* c, int fd, int cur, int max)
usr.sbin/unbound/util/netevent.c
2976
int comm_point_perform_accept(struct comm_point* c,
usr.sbin/unbound/util/netevent.c
3114
comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl)
usr.sbin/unbound/util/netevent.c
317
struct ub_event* comm_point_internal(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3206
struct comm_point* c = (struct comm_point*)arg, *c_hdl;
usr.sbin/unbound/util/netevent.c
3316
reclaim_tcp_handler(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3349
tcp_callback_writer(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3379
tcp_callback_reader(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3430
ssl_handshake(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3589
ssl_handle_read(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
3842
ssl_handle_write(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
396
comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
usr.sbin/unbound/util/netevent.c
3989
ssl_handle_it(struct comm_point* c, int is_write)
usr.sbin/unbound/util/netevent.c
4012
comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
usr.sbin/unbound/util/netevent.c
4258
comm_point_tcp_handle_write(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4547
tcp_req_info_read_again(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4571
tcp_more_read_again(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4595
tcp_more_write_again(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4620
struct comm_point* c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
4709
reclaim_http_handler(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4737
ssl_http_read_more(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4780
http_read_more(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4859
http_process_initial_header(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4896
http_process_chunk_header(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4947
http_nonchunk_segment(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
4990
http_chunked_segment(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5066
static struct http2_session* http2_session_create(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5243
comm_point_http2_handle_read(int ATTR_UNUSED(fd), struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5282
comm_point_http_handle_read(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5380
http_check_connect(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5426
ssl_http_write_more(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5467
http_write_more(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5577
comm_point_http2_handle_write(int ATTR_UNUSED(fd), struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5610
comm_point_http_handle_write(int fd, struct comm_point* c)
usr.sbin/unbound/util/netevent.c
5673
struct comm_point* c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
5716
struct comm_point* c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
5734
struct comm_point* c = (struct comm_point*)arg;
usr.sbin/unbound/util/netevent.c
5745
struct comm_point*
usr.sbin/unbound/util/netevent.c
5750
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
5751
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
5810
struct comm_point*
usr.sbin/unbound/util/netevent.c
5815
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
5816
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
5875
struct comm_point*
usr.sbin/unbound/util/netevent.c
5883
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
5884
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
5963
static struct comm_point*
usr.sbin/unbound/util/netevent.c
5965
struct comm_point* parent, size_t bufsize,
usr.sbin/unbound/util/netevent.c
5969
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
5970
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6063
static struct comm_point*
usr.sbin/unbound/util/netevent.c
6065
struct comm_point* parent, size_t bufsize, int harden_large_queries,
usr.sbin/unbound/util/netevent.c
6070
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6071
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6185
struct comm_point*
usr.sbin/unbound/util/netevent.c
6194
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6195
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6220
c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
usr.sbin/unbound/util/netevent.c
6221
sizeof(struct comm_point*));
usr.sbin/unbound/util/netevent.c
625
comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
usr.sbin/unbound/util/netevent.c
6288
struct comm_point*
usr.sbin/unbound/util/netevent.c
6292
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6293
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6356
struct comm_point*
usr.sbin/unbound/util/netevent.c
6361
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6362
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6428
struct comm_point*
usr.sbin/unbound/util/netevent.c
6432
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6433
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6497
struct comm_point*
usr.sbin/unbound/util/netevent.c
6501
struct comm_point* c = (struct comm_point*)calloc(1,
usr.sbin/unbound/util/netevent.c
6502
sizeof(struct comm_point));
usr.sbin/unbound/util/netevent.c
6564
comm_point_close(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
6604
comm_point_delete(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
6781
comm_point_stop_listening(struct comm_point* c)
usr.sbin/unbound/util/netevent.c
6793
comm_point_start_listening(struct comm_point* c, int newfd, int msec)
usr.sbin/unbound/util/netevent.c
6854
void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr)
usr.sbin/unbound/util/netevent.c
6876
size_t comm_point_get_mem(struct comm_point* c)
usr.sbin/unbound/util/netevent.h
1074
struct comm_point* cp;
usr.sbin/unbound/util/netevent.h
1124
void doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
usr.sbin/unbound/util/netevent.h
1187
void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);
usr.sbin/unbound/util/netevent.h
140
struct comm_point* c;
usr.sbin/unbound/util/netevent.h
226
struct comm_point* tcp_parent;
usr.sbin/unbound/util/netevent.h
237
struct comm_point** tcp_handlers;
usr.sbin/unbound/util/netevent.h
240
struct comm_point* tcp_free;
usr.sbin/unbound/util/netevent.h
558
struct ub_event* comm_point_internal(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
573
struct comm_point* comm_point_create_udp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
591
struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
611
struct comm_point* comm_point_create_doq(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
646
struct comm_point* comm_point_create_tcp(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
662
struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
675
struct comm_point* comm_point_create_http_out(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
688
struct comm_point* comm_point_create_local(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
701
struct comm_point* comm_point_create_raw(struct comm_base* base,
usr.sbin/unbound/util/netevent.h
709
void comm_point_close(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
716
void comm_point_delete(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
73
struct comm_point;
usr.sbin/unbound/util/netevent.h
740
int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet,
usr.sbin/unbound/util/netevent.h
747
void comm_point_stop_listening(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
756
void comm_point_start_listening(struct comm_point* c, int newfd, int msec);
usr.sbin/unbound/util/netevent.h
764
void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr);
usr.sbin/unbound/util/netevent.h
774
int adjusted_tcp_timeout(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
783
size_t comm_point_get_mem(struct comm_point* c);
usr.sbin/unbound/util/netevent.h
862
int comm_point_perform_accept(struct comm_point* c,
usr.sbin/unbound/util/netevent.h
941
struct comm_point* c;
usr.sbin/unbound/util/netevent.h
95
typedef int comm_point_callback_type(struct comm_point*, void*, int,
usr.sbin/unbound/util/tube.c
149
tube_handle_listen(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/util/tube.c
225
tube_handle_write(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/util/tube.c
719
tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
usr.sbin/unbound/util/tube.c
727
tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
usr.sbin/unbound/util/tube.h
270
int tube_handle_listen(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/util/tube.h
274
int tube_handle_write(struct comm_point* c, void* arg, int error,
usr.sbin/unbound/util/tube.h
45
struct comm_point;
usr.sbin/unbound/util/tube.h
71
struct comm_point* listen_com;
usr.sbin/unbound/util/tube.h
84
struct comm_point* res_com;