Home | History | Annotate | Download | only in util

Lines Matching refs: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;
439 int my_callback(struct comm_point* c, void* my_arg, int error,
558 struct ub_event* comm_point_internal(struct comm_point* c);
573 struct comm_point* comm_point_create_udp(struct comm_base* base,
591 struct comm_point* comm_point_create_udp_ancil(struct comm_base* base,
611 struct comm_point* comm_point_create_doq(struct comm_base* base,
646 struct comm_point* comm_point_create_tcp(struct comm_base* base,
662 struct comm_point* comm_point_create_tcp_out(struct comm_base* base,
675 struct comm_point* comm_point_create_http_out(struct comm_base* base,
688 struct comm_point* comm_point_create_local(struct comm_base* base,
701 struct comm_point* comm_point_create_raw(struct comm_base* base,
709 void comm_point_close(struct comm_point* c);
716 void comm_point_delete(struct comm_point* c);
740 int comm_point_send_udp_msg(struct comm_point* c, struct sldns_buffer* packet,
747 void comm_point_stop_listening(struct comm_point* c);
756 void comm_point_start_listening(struct comm_point* c, int newfd, int msec);
764 void comm_point_listen_for_rw(struct comm_point* c, int rd, int wr);
774 int adjusted_tcp_timeout(struct comm_point* c);
783 size_t comm_point_get_mem(struct comm_point* c);
862 int comm_point_perform_accept(struct comm_point* c,
873 * @param arg: the comm_point structure.
883 * @param arg: the comm_point structure.
893 * @param arg: the comm_point structure.
903 * @param arg: the comm_point structure.
913 * @param arg: the comm_point structure.
923 * @param arg: the comm_point structure.
941 struct comm_point* c;
1074 struct comm_point* cp;
1094 /** timer for this worker on this comm_point to wait on. */
1124 void doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
1156 * @param arg: the comm_point structure.
1166 * @param arg: the comm_point structure.
1176 * @param arg: the comm_point structure.
1184 * @param c: comm_point, fd must be set its struct event is registered.
1187 void comm_point_tcp_win_bio_cb(struct comm_point* c, void* ssl);