HomeSort by: relevance | last modified time | path
    Searched refs:x11_use_localhost (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 126 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon186
servconf.c 124 options->x11_use_localhost = -1;
387 if (options->x11_use_localhost == -1)
388 options->x11_use_localhost = 1;
1868 intptr = &options->x11_use_localhost;
3263 M_CP_INTOPT(x11_use_localhost);
3591 dump_cfg_fmtint(sX11UseLocalhost, o->x11_use_localhost);
session.c 2381 options.x11_use_localhost, s->single_connection,
2399 if (options.x11_use_localhost) {
channels.c 5092 int x11_use_localhost, int single_connection,
5111 hints.ai_flags = x11_use_localhost ? 0: AI_PASSIVE;

Completed in 101 milliseconds