OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:forward_x11
(Results
1 - 6
of
6
) sorted by null
/external/openssh/
readconf.h
35
int
forward_x11
; /* Forward X11 display. */
member in struct:__anon25860
ssh.c
351
options.
forward_x11
= 0;
354
options.
forward_x11
= 1;
360
options.
forward_x11
= 1;
[
all
...]
readconf.c
422
intptr = &options->
forward_x11
;
1130
options->
forward_x11
= -1;
[
all
...]
sshconnect.c
1011
if (options.
forward_x11
) {
1014
options.
forward_x11
= 0;
[
all
...]
clientloop.c
[
all
...]
mux.c
[
all
...]
Completed in 2028 milliseconds