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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h49 #define FORWARD_LOCAL (1<<1) macro
50 #define FORWARD_ALLOW (FORWARD_REMOTE|FORWARD_LOCAL)
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 &&
H A Dservconf.c858 { "local", FORWARD_LOCAL },
H A Dsession.c282 (options.allow_tcp_forwarding & FORWARD_LOCAL) == 0)

Completed in 182 milliseconds