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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h84 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon4965
H A Dservconf.c97 options->x11_use_localhost = -1;
220 if (options->x11_use_localhost == -1)
221 options->x11_use_localhost = 1;
1164 intptr = &options->x11_use_localhost;
1839 M_CP_INTOPT(x11_use_localhost);
2069 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
H A Dsession.c2655 options.x11_use_localhost, s->single_connection,
2673 if (options.x11_use_localhost) {
H A Dchannels.c3484 x11_create_display_inet(int x11_display_offset, int x11_use_localhost, argument
3503 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;
3532 if (x11_use_localhost)

Completed in 232 milliseconds