OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_tcp_forwarding
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
servconf.h
178
int
allow_tcp_forwarding
; /* One of FORWARD_* */
member in struct:__anon186
auth.c
739
(options.
allow_tcp_forwarding
& FORWARD_LOCAL) != 0;
741
(options.
allow_tcp_forwarding
& FORWARD_REMOTE) != 0;
serverloop.c
468
if ((options.
allow_tcp_forwarding
& FORWARD_LOCAL) != 0 &&
808
(options.
allow_tcp_forwarding
& FORWARD_REMOTE) == 0 ||
session.c
265
if ((options.
allow_tcp_forwarding
& FORWARD_LOCAL) != 0) {
280
if ((options.
allow_tcp_forwarding
& FORWARD_REMOTE) != 0) {
313
if ((options.
allow_tcp_forwarding
& FORWARD_LOCAL) == 0)
317
if ((options.
allow_tcp_forwarding
& FORWARD_REMOTE) == 0)
servconf.c
163
options->
allow_tcp_forwarding
= -1;
456
if (options->
allow_tcp_forwarding
== -1)
457
options->
allow_tcp_forwarding
= FORWARD_ALLOW;
2018
intptr = &options->
allow_tcp_forwarding
;
3253
M_CP_INTOPT(
allow_tcp_forwarding
);
3600
dump_cfg_fmtint(sAllowTcpForwarding, o->
allow_tcp_forwarding
);
Completed in 21 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026