Home
last modified time | relevance | path

Searched refs:x11_use_localhost (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h68 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c89 options->x11_use_localhost = -1; in initialize_server_options()
278 if (options->x11_use_localhost == -1) in fill_default_server_options()
279 options->x11_use_localhost = 1; in fill_default_server_options()
1034 intptr = &options->x11_use_localhost; in process_server_config_line()
1449 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
H A Dsession.c2409 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
2423 if (options.x11_use_localhost) { in session_setup_x11fwd()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2614 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, in x11_create_display_inet() argument
2630 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE; in x11_create_display_inet()
2687 if (x11_use_localhost) { in x11_create_display_inet()