Symbol: PORT_STREAMLOCAL
crypto/openssh/channels.c
1789
port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ?
crypto/openssh/channels.c
2048
} else if (c->host_port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
2069
if (c->host_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
4056
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4072
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4106
c->listening_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4412
port_to_connect = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4419
listen_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4480
if (allowed_open->listen_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
4756
if (port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
4964
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4975
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4987
return connect_to(ssh, path, PORT_STREAMLOCAL, ctype, rname);
crypto/openssh/mux.c
1011
if (_cport == (u_int)PORT_STREAMLOCAL)
crypto/openssh/mux.c
1012
cport = PORT_STREAMLOCAL;
crypto/openssh/mux.c
1054
if (cport == PORT_STREAMLOCAL) {
crypto/openssh/mux.c
736
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
737
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
753
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
758
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
781
if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) {
crypto/openssh/mux.c
785
if ((fwd.connect_port != PORT_STREAMLOCAL &&
crypto/openssh/mux.c
901
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
902
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
919
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
924
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/readconf.c
3323
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3334
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3336
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3341
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3352
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3359
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3705
if (fwd->listen_port == PORT_STREAMLOCAL)
crypto/openssh/readconf.c
3714
if (fwd->connect_port == PORT_STREAMLOCAL)
crypto/openssh/ssh.c
910
fwd.listen_port == PORT_STREAMLOCAL ?