Home
last modified time | relevance | path

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

/external/openssh/
Dmux.c584 struct mux_channel_confirm_ctx *fctx = ctxt; in mux_confirm_remote_forward() local
590 if ((c = channel_by_id(fctx->cid)) == NULL) { in mux_confirm_remote_forward()
596 if (fctx->fid >= options.num_remote_forwards) { in mux_confirm_remote_forward()
597 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid); in mux_confirm_remote_forward()
600 rfwd = &options.remote_forwards[fctx->fid]; in mux_confirm_remote_forward()
612 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward()
618 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward()
634 buffer_put_int(&out, fctx->rid); in mux_confirm_remote_forward()
781 struct mux_channel_confirm_ctx *fctx; in process_mux_open_fwd() local
787 fctx = xcalloc(1, sizeof(*fctx)); in process_mux_open_fwd()
[all …]