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

  /external/openssh/
servconf.h 72 int x11_forwarding; /* If true, permit inet (spoofing) X11 fwd. */ member in struct:__anon9886
servconf.c 86 options->x11_forwarding = -1;
196 if (options->x11_forwarding == -1)
197 options->x11_forwarding = 0;
998 intptr = &options->x11_forwarding;
    [all...]
session.c     [all...]

Completed in 539 milliseconds