Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h117 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member
H A Dservconf.c119 options->x11_use_localhost = -1; in initialize_server_options()
355 if (options->x11_use_localhost == -1) in fill_default_server_options()
356 options->x11_use_localhost = 1; in fill_default_server_options()
1691 intptr = &options->x11_use_localhost; in process_server_config_line_depth()
2934 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()
3263 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); in dump_config()
H A Dsession.c2606 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()
2624 if (options.x11_use_localhost) { in session_setup_x11fwd()
H A Dchannels.c4997 int x11_use_localhost, int single_connection, in x11_create_display_inet() argument
5016 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE; in x11_create_display_inet()
5047 if (x11_use_localhost) in x11_create_display_inet()