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

  /external/openssh/
servconf.h 118 int allow_tcp_forwarding; member in struct:__anon9886
servconf.c 112 options->allow_tcp_forwarding = -1;
248 if (options->allow_tcp_forwarding == -1)
249 options->allow_tcp_forwarding = 1;
    [all...]
auth-options.c 352 if (options.allow_tcp_forwarding)
session.c 276 if (!no_port_forwarding_flag && options.allow_tcp_forwarding)
386 if (!options.allow_tcp_forwarding) {
    [all...]
serverloop.c 1123 if (!options.allow_tcp_forwarding ||
    [all...]

Completed in 118 milliseconds