Lines Matching defs:ctx

48 prototcp_bufferevent_setup(pxy_conn_ctx_t *ctx, evutil_socket_t fd)  in prototcp_bufferevent_setup()
67 prototcp_bufferevent_setup_child(pxy_conn_child_ctx_t *ctx, evutil_socket_t fd) in prototcp_bufferevent_setup_child()
89 prototcp_bufferevent_free_and_close_fd(struct bufferevent *bev, UNUSED pxy_conn_ctx_t *ctx) in prototcp_bufferevent_free_and_close_fd()
101 prototcp_setup_src(pxy_conn_ctx_t *ctx) in prototcp_setup_src()
115 prototcp_setup_dst(pxy_conn_ctx_t *ctx) in prototcp_setup_dst()
136 prototcp_setup_srvdst(pxy_conn_ctx_t *ctx) in prototcp_setup_srvdst()
150 prototcp_conn_connect(pxy_conn_ctx_t *ctx) in prototcp_conn_connect()
165 prototcp_setup_src_child(pxy_conn_child_ctx_t *ctx) in prototcp_setup_src_child()
179 prototcp_setup_dst_child(pxy_conn_child_ctx_t *ctx) in prototcp_setup_dst_child()
202 prototcp_connect_child(pxy_conn_child_ctx_t *ctx) in prototcp_connect_child()
213 pxy_conn_ctx_t *ctx = arg; in prototcp_init_conn() local
227 prototcp_try_send_userauth_msg(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_try_send_userauth_msg()
241 prototcp_try_validate_proto(struct bufferevent *bev, pxy_conn_ctx_t *ctx, struct evbuffer *inbuf, s… in prototcp_try_validate_proto()
270 prototcp_bev_readcb_src(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_readcb_src()
304 prototcp_bev_readcb_dst(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_readcb_dst()
318 prototcp_bev_readcb_srvdst(UNUSED struct bufferevent *bev, UNUSED pxy_conn_ctx_t *ctx) in prototcp_bev_readcb_srvdst()
324 prototcp_bev_readcb_src_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_readcb_src_child()
357 prototcp_bev_readcb_dst_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_readcb_dst_child()
372 prototcp_try_close_unauth_conn(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_try_close_unauth_conn()
391 prototcp_try_close_protoerror_conn(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_try_close_protoerror_conn()
407 prototcp_bev_writecb_src(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_writecb_src()
432 prototcp_bev_writecb_dst(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_writecb_dst()
447 prototcp_bev_writecb_src_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_writecb_src_child()
462 prototcp_bev_writecb_dst_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_writecb_dst_child()
477 prototcp_enable_src(pxy_conn_ctx_t *ctx) in prototcp_enable_src()
495 prototcp_bev_eventcb_connected_src(UNUSED struct bufferevent *bev, UNUSED pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_connected_src()
501 prototcp_bev_eventcb_connected_dst(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_connected_dst()
512 prototcp_bev_eventcb_connected_srvdst(UNUSED struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_connected_srvdst()
544 prototcp_bev_eventcb_eof_src(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_eof_src()
566 prototcp_bev_eventcb_eof_dst(struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_eof_dst()
588 prototcp_bev_eventcb_eof_srvdst(UNUSED struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_eof_srvdst()
595 prototcp_bev_eventcb_error_src(UNUSED struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_error_src()
609 prototcp_bev_eventcb_error_dst(UNUSED struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_error_dst()
623 prototcp_bev_eventcb_error_srvdst(UNUSED struct bufferevent *bev, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_error_srvdst()
634 …p_bev_eventcb_connected_src_child(UNUSED struct bufferevent *bev, UNUSED pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_connected_src_child()
640 prototcp_bev_eventcb_connected_dst_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_connected_dst_child()
650 prototcp_bev_eventcb_eof_src_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_eof_src_child()
673 prototcp_bev_eventcb_eof_dst_child(struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_eof_dst_child()
696 prototcp_bev_eventcb_error_src_child(UNUSED struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_error_src_child()
716 prototcp_bev_eventcb_error_dst_child(UNUSED struct bufferevent *bev, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_error_dst_child()
736 prototcp_bev_eventcb_src(struct bufferevent *bev, short events, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_src()
748 prototcp_bev_eventcb_dst(struct bufferevent *bev, short events, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_dst()
760 prototcp_bev_eventcb_srvdst(struct bufferevent *bev, short events, pxy_conn_ctx_t *ctx) in prototcp_bev_eventcb_srvdst()
772 prototcp_bev_eventcb_src_child(struct bufferevent *bev, short events, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_src_child()
784 prototcp_bev_eventcb_dst_child(struct bufferevent *bev, short events, pxy_conn_child_ctx_t *ctx) in prototcp_bev_eventcb_dst_child()
798 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_readcb() local
814 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_writecb() local
828 pxy_conn_ctx_t *ctx = arg; in prototcp_bev_eventcb() local
844 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_readcb_child() local
858 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_writecb_child() local
872 pxy_conn_child_ctx_t *ctx = arg; in prototcp_bev_eventcb_child() local
885 prototcp_setup(pxy_conn_ctx_t *ctx) in prototcp_setup()
903 prototcp_setup_child(pxy_conn_child_ctx_t *ctx) in prototcp_setup_child()