Home
last modified time | relevance | path

Searched refs:forward_x11_trusted (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dreadconf.h56 int forward_x11_trusted; /* Trust Forward X11 display. */ member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c400 intptr = &options->forward_x11_trusted; in process_config_line()
924 options->forward_x11_trusted = -1; in initialize_options()
1018 if (options->forward_x11_trusted == -1) in fill_default_options()
1019 options->forward_x11_trusted = 1; in fill_default_options()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c918 options.forward_x11_trusted, &proto, &data);
1085 options.forward_x11_trusted, &proto, &data);