Home
last modified time | relevance | path

Searched refs:fctx (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dmux.c583 struct mux_channel_confirm_ctx *fctx = ctxt; in mux_confirm_remote_forward() local
591 if ((c = channel_by_id(ssh, fctx->cid)) == NULL) { in mux_confirm_remote_forward()
598 if (fctx->fid >= options.num_remote_forwards || in mux_confirm_remote_forward()
604 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
631 reply_ok(out, fctx->rid); in mux_confirm_remote_forward()
804 struct mux_channel_confirm_ctx *fctx; in mux_master_process_open_fwd() local
810 fctx = xcalloc(1, sizeof(*fctx)); in mux_master_process_open_fwd()
811 fctx->cid = c->self; in mux_master_process_open_fwd()
812 fctx->rid = rid; in mux_master_process_open_fwd()
813 fctx->fid = options.num_remote_forwards - 1; in mux_master_process_open_fwd()
[all …]