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

/freebsd-13-stable/crypto/openssh/
H A Dmux.c609 struct mux_channel_confirm_ctx *fctx = ctxt; local
616 if ((c = channel_by_id(ssh, fctx->cid)) == NULL) {
623 if (fctx->fid >= options.num_remote_forwards ||
624 (options.remote_forwards[fctx->fid].connect_path == NULL &&
625 options.remote_forwards[fctx->fid].connect_host == NULL)) {
626 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
629 rfwd = &options.remote_forwards[fctx->fid];
642 (r = sshbuf_put_u32(out, fctx->rid)) != 0 ||
649 reply_ok(out, fctx->rid);
675 reply_error(out, MUX_S_FAILURE, fctx
824 struct mux_channel_confirm_ctx *fctx; local
[all...]

Completed in 108 milliseconds