Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h81 int x11_display_offset; /* What DISPLAY number to start member
Dservconf.c100 options->x11_display_offset = -1; in initialize_server_options()
240 if (options->x11_display_offset == -1) in fill_default_server_options()
241 options->x11_display_offset = 10; in fill_default_server_options()
1257 intptr = &options->x11_display_offset; in process_server_config_line()
2000 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
2242 dump_cfg_int(sX11DisplayOffset, o->x11_display_offset); in dump_config()
Dchannels.c4249 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, argument
4262 for (display_number = x11_display_offset;
Dsession.c2465 if (x11_create_display_inet(options.x11_display_offset, in session_setup_x11fwd()