Searched refs:allow_tcp_forwarding (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h127 int allow_tcp_forwarding; /* One of FORWARD_* */ member in struct:__anon4965
H A Dservconf.c123 options->allow_tcp_forwarding = -1;
272 if (options->allow_tcp_forwarding == -1)
273 options->allow_tcp_forwarding = FORWARD_ALLOW;
1259 intptr = &options->allow_tcp_forwarding;
1833 M_CP_INTOPT(allow_tcp_forwarding);
2078 dump_cfg_fmtint(sAllowTcpForwarding, o->allow_tcp_forwarding);
H A Dauth-options.c352 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0)
H A Dserverloop.c971 if ((options.allow_tcp_forwarding & FORWARD_LOCAL) != 0 &&
1148 if ((options.allow_tcp_forwarding & FORWARD_REMOTE) == 0 ||
H A Dsession.c282 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)
394 if (!(options.allow_tcp_forwarding & FORWARD_REMOTE)) {

Completed in 80 milliseconds