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 132 int allow_tcp_forwarding; /* One of FORWARD_* */ member in struct:__anon28153
servconf.c 135 options->allow_tcp_forwarding = -1;
304 if (options->allow_tcp_forwarding == -1)
305 options->allow_tcp_forwarding = FORWARD_ALLOW;
    [all...]
auth-options.c 358 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0)
serverloop.c 975 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0 &&
    [all...]
session.c 261 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
373 if (!(options.allow_tcp_forwarding & FORWARD_REMOTE)) {
    [all...]

Completed in 148 milliseconds