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 125 int allow_tcp_forwarding; /* One of FORWARD_* */ member in struct:__anon34750
serverloop.c 449 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0 &&
732 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0 ||
servconf.c 130 options->allow_tcp_forwarding = -1;
294 if (options->allow_tcp_forwarding == -1)
295 options->allow_tcp_forwarding = FORWARD_ALLOW;
    [all...]
auth-options.c 381 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0)
session.c 261 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
    [all...]

Completed in 229 milliseconds