Lines Matching defs:comm_point

53  *    o comm_point - udp and tcp networking, with callbacks.
73 struct comm_point;
95 typedef int comm_point_callback_type(struct comm_point*, void*, int,
139 /** the comm_point with fd to send reply on to. */
140 struct comm_point* c;
201 struct comm_point {
226 struct comm_point* tcp_parent;
237 struct comm_point** tcp_handlers;
240 struct comm_point* tcp_free;
437 int my_callback(struct comm_point* c, void* my_arg, int error,
563 struct comm_point* comm_point_create_udp(struct comm_base* base,
581 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
602 struct comm_point* comm_point_create_doq(struct comm_base* base,
637 struct comm_point* comm_point_create_tcp(struct comm_base* base,
653 struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
666 struct comm_point* comm_point_create_http_out(struct comm_base* base,
679 struct comm_point* comm_point_create_local(struct comm_base* base,
692 struct comm_point* comm_point_create_raw(struct comm_base* base,
700 void comm_point_close(struct comm_point* c);
707 void comm_point_delete(struct comm_point* c);
731 int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet,
738 void comm_point_stop_listening(struct comm_point* c);
747 void comm_point_start_listening(struct comm_point* c, int newfd, int msec);
755 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr);
765 int adjusted_tcp_timeout(struct comm_point* c);
774 size_t comm_point_get_mem(struct comm_point* c);
853 int comm_point_perform_accept(struct comm_point* c,
864 * @param arg: the comm_point structure.
874 * @param arg: the comm_point structure.
884 * @param arg: the comm_point structure.
894 * @param arg: the comm_point structure.
904 * @param arg: the comm_point structure.
914 * @param arg: the comm_point structure.
932 struct comm_point* c;
1069 struct comm_point* cp;
1089 /** timer for this worker on this comm_point to wait on. */
1119 void doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
1151 * @param arg: the comm_point structure.
1161 * @param arg: the comm_point structure.
1171 * @param arg: the comm_point structure.
1179 * @param c: comm_point, fd must be set its struct event is registered.
1182 void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);