Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h106 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member
Dservconf.c120 options->x11_use_localhost = -1; in initialize_server_options()
348 if (options->x11_use_localhost == -1) in fill_default_server_options()
349 options->x11_use_localhost = 1; in fill_default_server_options()
1606 intptr = &options->x11_use_localhost; in process_server_config_line_depth()
2513 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
2819 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); in dump_config()
Dsession.c2596 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
2614 if (options.x11_use_localhost) { in session_setup_x11fwd()
Dchannels.c4586 int x11_use_localhost, int single_connection, argument
4605 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;
4636 if (x11_use_localhost)