Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dservconf.h106 int x11_display_offset; /* What DISPLAY number to start member
H A Dservconf.c116 options->x11_display_offset = -1; in initialize_server_options()
330 if (options->x11_display_offset == -1) in fill_default_server_options()
331 options->x11_display_offset = 10; in fill_default_server_options()
1621 intptr = &options->x11_display_offset; in process_server_config_line_depth()
2619 M_CP_INTOPT(x11_display_offset); in copy_set_server_options()
2893 dump_cfg_int(sX11DisplayOffset, o->x11_display_offset); in dump_config()
H A Dsession.c2584 if (x11_create_display_inet(ssh, options.x11_display_offset, in session_setup_x11fwd()
H A Dchannels.c4803 x11_create_display_inet(struct ssh *ssh, int x11_display_offset, in x11_create_display_inet() argument
4817 for (display_number = x11_display_offset; in x11_create_display_inet()