Symbol: PORT_STREAMLOCAL
crypto/openssh/channels.c
1710
port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ?
crypto/openssh/channels.c
1968
} else if (c->host_port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
1989
if (c->host_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
3969
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
3985
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4019
c->listening_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4325
port_to_connect = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4332
listen_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4393
if (allowed_open->listen_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
4666
if (port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
4875
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4886
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4898
return connect_to(ssh, path, PORT_STREAMLOCAL, ctype, rname);
crypto/openssh/mux.c
1018
if (cport == PORT_STREAMLOCAL) {
crypto/openssh/mux.c
700
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
701
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
717
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
722
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
745
if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) {
crypto/openssh/mux.c
749
if ((fwd.connect_port != PORT_STREAMLOCAL &&
crypto/openssh/mux.c
865
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
866
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
883
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
888
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
975
if (_cport == (u_int)PORT_STREAMLOCAL)
crypto/openssh/mux.c
976
cport = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3265
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3276
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3278
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3283
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3294
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3301
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3596
if (fwd->listen_port == PORT_STREAMLOCAL)
crypto/openssh/readconf.c
3605
if (fwd->connect_port == PORT_STREAMLOCAL)
crypto/openssh/ssh.c
959
fwd.listen_port == PORT_STREAMLOCAL ?