HomeSort by relevance Sort by last modified time
    Searched refs:x11_use_localhost (Results 1 - 4 of 4) sorted by null

  /external/openssh/
servconf.h 75 int x11_use_localhost; /* If true, use localhost for fake X11 server. */ member in struct:__anon25842
servconf.c 88 options->x11_use_localhost = -1;
200 if (options->x11_use_localhost == -1)
201 options->x11_use_localhost = 1;
1006 intptr = &options->x11_use_localhost;
    [all...]
session.c     [all...]
channels.c     [all...]

Completed in 371 milliseconds