Symbol: PORT_STREAMLOCAL
crypto/openssh/channels.c
1706
port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ?
crypto/openssh/channels.c
1964
} else if (c->host_port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
1985
if (c->host_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
3965
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
3981
port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4015
c->listening_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4321
port_to_connect = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4328
listen_port = PORT_STREAMLOCAL;
crypto/openssh/channels.c
4389
if (allowed_open->listen_port != PORT_STREAMLOCAL)
crypto/openssh/channels.c
4662
if (port == PORT_STREAMLOCAL) {
crypto/openssh/channels.c
4871
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4882
if (open_match(perm, path, PORT_STREAMLOCAL)) {
crypto/openssh/channels.c
4894
return connect_to(ssh, path, PORT_STREAMLOCAL, ctype, rname);
crypto/openssh/mux.c
1019
if (cport == PORT_STREAMLOCAL) {
crypto/openssh/mux.c
701
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
702
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
718
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
723
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
746
if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) {
crypto/openssh/mux.c
750
if ((fwd.connect_port != PORT_STREAMLOCAL &&
crypto/openssh/mux.c
866
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
crypto/openssh/mux.c
867
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
crypto/openssh/mux.c
884
if (fwd.listen_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
889
if (fwd.connect_port == PORT_STREAMLOCAL)
crypto/openssh/mux.c
976
if (_cport == (u_int)PORT_STREAMLOCAL)
crypto/openssh/mux.c
977
cport = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3144
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3155
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3157
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3162
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3173
fwd->listen_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3180
fwd->connect_port = PORT_STREAMLOCAL;
crypto/openssh/readconf.c
3473
if (fwd->listen_port == PORT_STREAMLOCAL)
crypto/openssh/readconf.c
3482
if (fwd->connect_port == PORT_STREAMLOCAL)
crypto/openssh/ssh.c
951
fwd.listen_port == PORT_STREAMLOCAL ?