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

/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.h82 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon3217
H A Dservconf.c89 options->x11_use_localhost = -1;
207 if (options->x11_use_localhost == -1)
208 options->x11_use_localhost = 1;
1132 intptr = &options->x11_use_localhost;
1764 M_CP_INTOPT(x11_use_localhost);
1995 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
H A Dsession.c2686 options.x11_use_localhost, s->single_connection,
2704 if (options.x11_use_localhost) {
H A Dchannels.c3420 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, argument
3439 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;
3468 if (x11_use_localhost)

Completed in 115 milliseconds