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

  /external/openssh/
servconf.h 126 int allow_streamlocal_forwarding; /* One of FORWARD_* */ member in struct:__anon34750
serverloop.c 487 if ((options.allow_streamlocal_forwarding & FORWARD_LOCAL) != 0 &&
770 if ((options.allow_streamlocal_forwarding & FORWARD_REMOTE) == 0
servconf.c 131 options->allow_streamlocal_forwarding = -1;
296 if (options->allow_streamlocal_forwarding == -1)
297 options->allow_streamlocal_forwarding = FORWARD_ALLOW;
    [all...]

Completed in 3459 milliseconds