Lines Matching defs:comm_point

53  *    o comm_point - udp and tcp networking, with callbacks.
70 struct comm_point;
87 typedef int comm_point_callback_type(struct comm_point*, void*, int,
129 /** the comm_point with fd to send reply on to. */
130 struct comm_point* c;
178 struct comm_point {
203 struct comm_point* tcp_parent;
214 struct comm_point** tcp_handlers;
217 struct comm_point* tcp_free;
407 int my_callback(struct comm_point* c, void* my_arg, int error,
533 struct comm_point* comm_point_create_udp(struct comm_base* base,
551 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
583 struct comm_point* comm_point_create_tcp(struct comm_base* base,
599 struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
612 struct comm_point* comm_point_create_http_out(struct comm_base* base,
625 struct comm_point* comm_point_create_local(struct comm_base* base,
638 struct comm_point* comm_point_create_raw(struct comm_base* base,
646 void comm_point_close(struct comm_point* c);
653 void comm_point_delete(struct comm_point* c);
677 int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet,
684 void comm_point_stop_listening(struct comm_point* c);
693 void comm_point_start_listening(struct comm_point* c, int newfd, int msec);
701 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr);
711 int adjusted_tcp_timeout(struct comm_point* c);
720 size_t comm_point_get_mem(struct comm_point* c);
799 int comm_point_perform_accept(struct comm_point* c,
810 * @param arg: the comm_point structure.
820 * @param arg: the comm_point structure.
830 * @param arg: the comm_point structure.
840 * @param arg: the comm_point structure.
850 * @param arg: the comm_point structure.
868 struct comm_point* c;
987 * @param arg: the comm_point structure.
997 * @param arg: the comm_point structure.
1007 * @param arg: the comm_point structure.
1015 * @param c: comm_point, fd must be set its struct event is registered.
1018 void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);