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

/freebsd-13-stable/crypto/openssh/
H A Dservconf.h95 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon6892
H A Dservconf.c110 options->x11_use_localhost = -1;
319 if (options->x11_use_localhost == -1)
320 options->x11_use_localhost = 1;
1535 intptr = &options->x11_use_localhost;
2310 M_CP_INTOPT(x11_use_localhost);
2599 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
H A Dsession.c2604 options.x11_use_localhost, s->single_connection,
2622 if (options.x11_use_localhost) {
H A Dchannels.c4538 int x11_use_localhost, int single_connection,
4557 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;
4588 if (x11_use_localhost)
4537 x11_create_display_inet(struct ssh *ssh, int x11_display_offset, int x11_use_localhost, int single_connection, u_int *display_numberp, int **chanids) argument

Completed in 175 milliseconds