Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dservconf.h115 int x11_display_offset; /* What DISPLAY number to start member
H A Dservconf.c94 options->x11_display_offset = -1; in initialize_server_options()
314 if (options->x11_display_offset == -1) in fill_default_server_options()
315 options->x11_display_offset = 10; in fill_default_server_options()
1592 intptr = &options->x11_display_offset; in process_server_config_line_depth()
2842 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
3132 dump_cfg_int(sX11DisplayOffset, o->x11_display_offset); in dump_config()
H A Dchannels.c4949 x11_create_display_inet(struct ssh *ssh, int x11_display_offset, in x11_create_display_inet() argument
4959 if (chanids == NULL || x11_display_offset < 0 || in x11_create_display_inet()
4960 x11_display_offset > UINT16_MAX - X11_BASE_PORT - MAX_DISPLAYS) in x11_create_display_inet()
4963 for (display_number = x11_display_offset; in x11_create_display_inet()
H A Dsession.c2252 if (x11_create_display_inet(ssh, options.x11_display_offset, in session_setup_x11fwd()