Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h55 int forward_x11; /* Forward X11 display. */ member
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dssh.c335 options.forward_x11 = 0;
338 options.forward_x11 = 1;
914 if (options.forward_x11 && display != NULL) {
1081 if (options.forward_x11 && display != NULL) {
H A Dsshconnect.c891 if (options.forward_x11) { in check_host_key()
894 options.forward_x11 = 0; in check_host_key()
H A Dclientloop.c1404 if (!options.forward_x11) { in client_request_x11()
1605 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ? in client_init_dispatch_13()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c396 intptr = &options->forward_x11; in process_config_line()
923 options->forward_x11 = -1; in initialize_options()
1012 if (options->forward_x11 == -1) in fill_default_options()
1013 options->forward_x11 = 0; in fill_default_options()