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

/freebsd-10-stable/crypto/openssh/
H A Dmux.c583 struct mux_channel_confirm_ctx *fctx = ctxt; local
589 if ((c = channel_by_id(fctx->cid)) == NULL) {
595 if (fctx->fid >= options.num_remote_forwards ||
596 (options.remote_forwards[fctx->fid].connect_path == NULL &&
597 options.remote_forwards[fctx->fid].connect_host == NULL)) {
598 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
601 rfwd = &options.remote_forwards[fctx->fid];
613 buffer_put_int(&out, fctx->rid);
619 buffer_put_int(&out, fctx->rid);
646 buffer_put_int(&out, fctx
795 struct mux_channel_confirm_ctx *fctx; local
[all...]

Completed in 176 milliseconds