Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.h117 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member
H A Dservconf.c95 options->x11_use_localhost = -1; in initialize_server_options()
316 if (options->x11_use_localhost == -1) in fill_default_server_options()
317 options->x11_use_localhost = 1; in fill_default_server_options()
1603 intptr = &options->x11_use_localhost; in process_server_config_line_depth()
2844 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
3165 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); in dump_config()
H A Dsession.c2253 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
2271 if (options.x11_use_localhost) { in session_setup_x11fwd()
H A Dchannels.c4950 int x11_use_localhost, int single_connection, in x11_create_display_inet() argument
4969 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE; in x11_create_display_inet()