OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PORT_STREAMLOCAL
(Results
1 - 5
of
5
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
mux.c
738
(lport != (u_int)
PORT_STREAMLOCAL
&& lport > 65535) ||
739
(cport != (u_int)
PORT_STREAMLOCAL
&& cport > 65535)) {
755
if (fwd.listen_port ==
PORT_STREAMLOCAL
)
760
if (fwd.connect_port ==
PORT_STREAMLOCAL
)
783
if (fwd.listen_port !=
PORT_STREAMLOCAL
&& fwd.listen_port >= 65536) {
787
if ((fwd.connect_port !=
PORT_STREAMLOCAL
&&
903
(lport != (u_int)
PORT_STREAMLOCAL
&& lport > 65535) ||
904
(cport != (u_int)
PORT_STREAMLOCAL
&& cport > 65535)) {
921
if (fwd.listen_port ==
PORT_STREAMLOCAL
)
926
if (fwd.connect_port ==
PORT_STREAMLOCAL
)
[
all
...]
misc.h
163
#define
PORT_STREAMLOCAL
-2
channels.c
1806
port_open_helper(ssh, c, port_to_connect ==
PORT_STREAMLOCAL
?
2065
} else if (c->host_port ==
PORT_STREAMLOCAL
) {
2086
if (c->host_port !=
PORT_STREAMLOCAL
)
4060
port =
PORT_STREAMLOCAL
;
4076
port =
PORT_STREAMLOCAL
;
4110
c->listening_port =
PORT_STREAMLOCAL
;
4416
port_to_connect =
PORT_STREAMLOCAL
;
4423
listen_port =
PORT_STREAMLOCAL
;
4484
if (allowed_open->listen_port !=
PORT_STREAMLOCAL
)
4760
if (port ==
PORT_STREAMLOCAL
) {
[
all
...]
readconf.c
3472
fwd->listen_port =
PORT_STREAMLOCAL
;
3483
fwd->listen_port =
PORT_STREAMLOCAL
;
3485
fwd->connect_port =
PORT_STREAMLOCAL
;
3490
fwd->connect_port =
PORT_STREAMLOCAL
;
3501
fwd->listen_port =
PORT_STREAMLOCAL
;
3508
fwd->connect_port =
PORT_STREAMLOCAL
;
3854
if (fwd->listen_port ==
PORT_STREAMLOCAL
)
3863
if (fwd->connect_port ==
PORT_STREAMLOCAL
)
ssh.c
914
fwd.listen_port ==
PORT_STREAMLOCAL
?
Completed in 85 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026