Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDssh.c632 options.forward_x11 = 0; in main()
635 options.forward_x11 = 1; in main()
647 options.forward_x11 = 1; in main()
1790 if (display == NULL && options.forward_x11) in ssh_session()
1792 if (options.forward_x11 && client_x11_get_proto(display, in ssh_session()
1890 if (display == NULL && options.forward_x11) in ssh_session2_setup()
1892 if (options.forward_x11 && client_x11_get_proto(display, in ssh_session2_setup()
HDreadconf.h34 int forward_x11; /* Forward X11 display. */ member
HDreadconf.c928 intptr = &options->forward_x11; in process_config_line_depth()
1813 options->forward_x11 = -1; in initialize_options()
1936 if (options->forward_x11 == -1) in fill_default_options()
1937 options->forward_x11 = 0; in fill_default_options()
2565 dump_cfg_fmtint(oForwardX11, o->forward_x11); in dump_client_config()
HDsshconnect.c1136 if (options.forward_x11) { in check_host_key()
1139 options.forward_x11 = 0; in check_host_key()
HDclientloop.c1520 } else if (options.forward_x11 || options.permit_local_command) { in client_loop()
1967 if (!options.forward_x11) { in client_request_x11()
2731 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ? in client_init_dispatch_13()
HDmux.c1369 if (cctx->want_x_fwd && options.forward_x11 && display != NULL) { in mux_session_confirm()
1846 buffer_put_int(&m, options.forward_x11); in mux_client_request_session()