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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h33 int forward_x11; /* Forward X11 display. */ member in struct:__anon6881
H A Dssh.c683 options.forward_x11 = 0;
686 options.forward_x11 = 1;
698 options.forward_x11 = 1;
1794 if (display == NULL && options.forward_x11)
1796 if (options.forward_x11 && client_x11_get_proto(ssh, display,
H A Dreadconf.c941 intptr = &options->forward_x11;
1859 options->forward_x11 = -1;
1986 if (options->forward_x11 == -1)
1987 options->forward_x11 = 0;
2637 dump_cfg_fmtint(oForwardX11, o->forward_x11);
H A Dsshconnect.c1181 if (options.forward_x11) {
1184 options.forward_x11 = 0;
H A Dclientloop.c1255 } else if (options.forward_x11 || options.permit_local_command) {
1567 if (!options.forward_x11) {
H A Dmux.c1389 if (cctx->want_x_fwd && options.forward_x11 && display != NULL) {
1928 (r = sshbuf_put_u32(m, options.forward_x11)) != 0 ||

Completed in 112 milliseconds