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

/freebsd-10-stable/crypto/openssh/
H A Dservconf.h85 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon32
H A Dservconf.c101 options->x11_use_localhost = -1;
258 if (options->x11_use_localhost == -1)
259 options->x11_use_localhost = 1;
1299 intptr = &options->x11_use_localhost;
2036 M_CP_INTOPT(x11_use_localhost);
2331 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
H A Dsession.c2717 options.x11_use_localhost, s->single_connection,
2735 if (options.x11_use_localhost) {
H A Dchannels.c3896 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, argument
3915 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;
3944 if (x11_use_localhost)

Completed in 136 milliseconds