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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h37 int forward_x11; /* Forward X11 display. */ member in struct:__anon4957
H A Dssh.c354 options.forward_x11 = 0;
357 options.forward_x11 = 1;
366 options.forward_x11 = 1;
1298 if (options.forward_x11 && display != NULL) {
1399 if (options.forward_x11 && display != NULL) {
H A Dreadconf.c486 intptr = &options->forward_x11;
1247 options->forward_x11 = -1;
1345 if (options->forward_x11 == -1)
1346 options->forward_x11 = 0;
H A Dsshconnect.c1064 if (options.forward_x11) {
1067 options.forward_x11 = 0;
H A Dclientloop.c1869 if (!options.forward_x11) {
2243 dispatch_set(SSH_SMSG_X11_OPEN, options.forward_x11 ?
H A Dmux.c1260 if (cctx->want_x_fwd && options.forward_x11 && display != NULL) {
1726 buffer_put_int(&m, options.forward_x11);

Completed in 132 milliseconds