Lines Matching refs:comm_point
196 static struct comm_point* comm_point_create_tcp_handler(
197 struct comm_base *base, struct comm_point* parent, size_t bufsize,
317 struct ub_event* comm_point_internal(struct comm_point* c)
396 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
625 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
1013 rep.c = (struct comm_point*)arg;
1132 rep.c = (struct comm_point*)arg;
1323 doq_store_blocked_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
1345 doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
1443 doq_get_localaddr_cmsg(struct comm_point* c, struct doq_pkt_addr* paddr,
1560 doq_recv(struct comm_point* c, struct doq_pkt_addr* paddr, int* pkt_continue,
1605 doq_send_version_negotiation(struct comm_point* c, struct doq_pkt_addr* paddr,
1731 doq_decode_pkt_header_negotiate(struct comm_point* c,
1819 doq_send_retry(struct comm_point* c, struct doq_pkt_addr* paddr,
1867 doq_send_stateless_connection_close(struct comm_point* c,
1889 doq_verify_retry_token(struct comm_point* c, struct doq_pkt_addr* paddr,
1922 doq_verify_token(struct comm_point* c, struct doq_pkt_addr* paddr,
1953 doq_delete_connection(struct comm_point* c, struct doq_conn* conn)
2002 doq_setup_new_conn(struct comm_point* c, struct doq_pkt_addr* paddr,
2057 doq_address_validation(struct comm_point* c, struct doq_pkt_addr* paddr,
2120 doq_accept(struct comm_point* c, struct doq_pkt_addr* paddr,
2165 doq_pickup_timer(struct comm_point* c)
2205 doq_done_setup_timer_and_write(struct comm_point* c, struct doq_conn* conn)
2271 doq_done_with_conn_cb(struct comm_point* c, struct doq_conn* conn)
2324 doq_write_list_length(struct comm_point* c)
2340 doq_pop_write_conn(struct comm_point* c)
2357 doq_done_with_write_cb(struct comm_point* c, struct doq_conn* conn,
2369 doq_socket_want_write(struct comm_point* c)
2383 doq_socket_write_enable(struct comm_point* c)
2394 doq_socket_write_disable(struct comm_point* c)
2405 doq_write_blocked_pkt(struct comm_point* c)
2517 struct comm_point* c;
2524 c = (struct comm_point*)arg;
2716 const void* quic_sslctx, struct comm_point* c, struct comm_base* base,
2819 doq_lookup_conn_stream(struct comm_reply* repinfo, struct comm_point* c,
2914 int adjusted_tcp_timeout(struct comm_point* c)
2923 setup_tcp_handler(struct comm_point* c, int fd, int cur, int max)
2971 int comm_point_perform_accept(struct comm_point* c,
3109 comm_point_tcp_win_bio_cb(struct comm_point* c, void* thessl)
3201 struct comm_point* c = (struct comm_point*)arg, *c_hdl;
3303 reclaim_tcp_handler(struct comm_point* c)
3334 tcp_callback_writer(struct comm_point* c)
3364 tcp_callback_reader(struct comm_point* c)
3415 ssl_handshake(struct comm_point* c)
3574 ssl_handle_read(struct comm_point* c)
3827 ssl_handle_write(struct comm_point* c)
3974 ssl_handle_it(struct comm_point* c, int is_write)
3997 comm_point_tcp_handle_read(int fd, struct comm_point* c, int short_ok)
4243 comm_point_tcp_handle_write(int fd, struct comm_point* c)
4532 tcp_req_info_read_again(int fd, struct comm_point* c)
4556 tcp_more_read_again(int fd, struct comm_point* c)
4580 tcp_more_write_again(int fd, struct comm_point* c)
4605 struct comm_point* c = (struct comm_point*)arg;
4694 reclaim_http_handler(struct comm_point* c)
4720 ssl_http_read_more(struct comm_point* c)
4763 http_read_more(int fd, struct comm_point* c)
4842 http_process_initial_header(struct comm_point* c)
4879 http_process_chunk_header(struct comm_point* c)
4930 http_nonchunk_segment(struct comm_point* c)
4973 http_chunked_segment(struct comm_point* c)
5049 static struct http2_session* http2_session_create(struct comm_point* c)
5217 comm_point_http2_handle_read(int ATTR_UNUSED(fd), struct comm_point* c)
5256 comm_point_http_handle_read(int fd, struct comm_point* c)
5354 http_check_connect(int fd, struct comm_point* c)
5400 ssl_http_write_more(struct comm_point* c)
5441 http_write_more(int fd, struct comm_point* c)
5551 comm_point_http2_handle_write(int ATTR_UNUSED(fd), struct comm_point* c)
5584 comm_point_http_handle_write(int fd, struct comm_point* c)
5647 struct comm_point* c = (struct comm_point*)arg;
5690 struct comm_point* c = (struct comm_point*)arg;
5708 struct comm_point* c = (struct comm_point*)arg;
5719 struct comm_point*
5724 struct comm_point* c = (struct comm_point*)calloc(1,
5725 sizeof(struct comm_point));
5783 struct comm_point*
5788 struct comm_point* c = (struct comm_point*)calloc(1,
5789 sizeof(struct comm_point));
5847 struct comm_point*
5855 struct comm_point* c = (struct comm_point*)calloc(1,
5856 sizeof(struct comm_point));
5892 log_err("could not create doq comm_point");
5934 static struct comm_point*
5936 struct comm_point* parent, size_t bufsize,
5940 struct comm_point* c = (struct comm_point*)calloc(1,
5941 sizeof(struct comm_point));
6032 static struct comm_point*
6034 struct comm_point* parent, size_t bufsize, int harden_large_queries,
6039 struct comm_point* c = (struct comm_point*)calloc(1,
6040 sizeof(struct comm_point));
6152 struct comm_point*
6161 struct comm_point* c = (struct comm_point*)calloc(1,
6162 sizeof(struct comm_point));
6187 c->tcp_handlers = (struct comm_point**)calloc((size_t)num,
6188 sizeof(struct comm_point*));
6254 struct comm_point*
6258 struct comm_point* c = (struct comm_point*)calloc(1,
6259 sizeof(struct comm_point));
6321 struct comm_point*
6326 struct comm_point* c = (struct comm_point*)calloc(1,
6327 sizeof(struct comm_point));
6392 struct comm_point*
6396 struct comm_point* c = (struct comm_point*)calloc(1,
6397 sizeof(struct comm_point));
6460 struct comm_point*
6464 struct comm_point* c = (struct comm_point*)calloc(1,
6465 sizeof(struct comm_point));
6526 comm_point_close(struct comm_point* c)
6566 comm_point_delete(struct comm_point* c)
6743 comm_point_stop_listening(struct comm_point* c)
6755 comm_point_start_listening(struct comm_point* c, int newfd, int msec)
6816 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr)
6838 size_t comm_point_get_mem(struct comm_point* c)