Searched refs:x11_use_localhost (Results 1 – 4 of 4) sorted by relevance
83 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member
101 options->x11_use_localhost = -1; in initialize_server_options()242 if (options->x11_use_localhost == -1) in fill_default_server_options()243 options->x11_use_localhost = 1; in fill_default_server_options()1269 intptr = &options->x11_use_localhost; in process_server_config_line()2002 M_CP_INTOPT(x11_use_localhost); in copy_set_server_options()2279 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost); in dump_config()
2473 options.x11_use_localhost, s->single_connection, in session_setup_x11fwd()2491 if (options.x11_use_localhost) { in session_setup_x11fwd()
4249 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, argument4268 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;4297 if (x11_use_localhost)