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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c571 struct mux_channel_confirm_ctx *fctx = ctxt; local
577 if ((c = channel_by_id(fctx->cid)) == NULL) {
583 if (fctx->fid >= options.num_remote_forwards) {
584 xasprintf(&failmsg, "unknown forwarding id %d", fctx->fid);
587 rfwd = &options.remote_forwards[fctx->fid];
598 buffer_put_int(&out, fctx->rid);
604 buffer_put_int(&out, fctx->rid);
616 buffer_put_int(&out, fctx->rid);
747 struct mux_channel_confirm_ctx *fctx; local
754 fctx
[all...]

Completed in 119 milliseconds