Symbol: PORT_STREAMLOCAL
usr.bin/ssh/channels.c
1783
port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ?
usr.bin/ssh/channels.c
2042
} else if (c->host_port == PORT_STREAMLOCAL) {
usr.bin/ssh/channels.c
2063
if (c->host_port != PORT_STREAMLOCAL)
usr.bin/ssh/channels.c
4013
port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4029
port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4063
c->listening_port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4369
port_to_connect = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4376
listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4437
if (allowed_open->listen_port != PORT_STREAMLOCAL)
usr.bin/ssh/channels.c
4713
if (port == PORT_STREAMLOCAL) {
usr.bin/ssh/channels.c
4921
if (open_match(perm, path, PORT_STREAMLOCAL)) {
usr.bin/ssh/channels.c
4932
if (open_match(perm, path, PORT_STREAMLOCAL)) {
usr.bin/ssh/channels.c
4944
return connect_to(ssh, path, PORT_STREAMLOCAL, ctype, rname);
usr.bin/ssh/mux.c
1009
if (_cport == (u_int)PORT_STREAMLOCAL)
usr.bin/ssh/mux.c
1010
cport = PORT_STREAMLOCAL;
usr.bin/ssh/mux.c
1052
if (cport == PORT_STREAMLOCAL) {
usr.bin/ssh/mux.c
734
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
usr.bin/ssh/mux.c
735
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
usr.bin/ssh/mux.c
751
if (fwd.listen_port == PORT_STREAMLOCAL)
usr.bin/ssh/mux.c
756
if (fwd.connect_port == PORT_STREAMLOCAL)
usr.bin/ssh/mux.c
779
if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) {
usr.bin/ssh/mux.c
783
if ((fwd.connect_port != PORT_STREAMLOCAL &&
usr.bin/ssh/mux.c
899
(lport != (u_int)PORT_STREAMLOCAL && lport > 65535) ||
usr.bin/ssh/mux.c
900
(cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
usr.bin/ssh/mux.c
917
if (fwd.listen_port == PORT_STREAMLOCAL)
usr.bin/ssh/mux.c
922
if (fwd.connect_port == PORT_STREAMLOCAL)
usr.bin/ssh/readconf.c
3306
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3317
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3319
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3324
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3335
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3342
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3688
if (fwd->listen_port == PORT_STREAMLOCAL)
usr.bin/ssh/readconf.c
3697
if (fwd->connect_port == PORT_STREAMLOCAL)
usr.bin/ssh/ssh.c
888
fwd.listen_port == PORT_STREAMLOCAL ?