Symbol: PORT_STREAMLOCAL
usr.bin/ssh/channels.c
1774
port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ?
usr.bin/ssh/channels.c
2033
} else if (c->host_port == PORT_STREAMLOCAL) {
usr.bin/ssh/channels.c
2054
if (c->host_port != PORT_STREAMLOCAL)
usr.bin/ssh/channels.c
4004
port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4020
port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4054
c->listening_port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4360
port_to_connect = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4367
listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/channels.c
4428
if (allowed_open->listen_port != PORT_STREAMLOCAL)
usr.bin/ssh/channels.c
4704
if (port == PORT_STREAMLOCAL) {
usr.bin/ssh/channels.c
4912
if (open_match(perm, path, PORT_STREAMLOCAL)) {
usr.bin/ssh/channels.c
4923
if (open_match(perm, path, PORT_STREAMLOCAL)) {
usr.bin/ssh/channels.c
4935
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
3304
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3315
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3317
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3322
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3333
fwd->listen_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3340
fwd->connect_port = PORT_STREAMLOCAL;
usr.bin/ssh/readconf.c
3686
if (fwd->listen_port == PORT_STREAMLOCAL)
usr.bin/ssh/readconf.c
3695
if (fwd->connect_port == PORT_STREAMLOCAL)
usr.bin/ssh/ssh.c
907
fwd.listen_port == PORT_STREAMLOCAL ?