Lines Matching refs:PORT_STREAMLOCAL
1590 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()
1611 if (c->host_port != PORT_STREAMLOCAL) in channel_post_port_listener()
3349 port = PORT_STREAMLOCAL;
3365 port = PORT_STREAMLOCAL;
3399 c->listening_port = PORT_STREAMLOCAL;
3636 PORT_STREAMLOCAL;
3647 permitted_opens[idx].listen_port = PORT_STREAMLOCAL;
3708 if (allowed_open->listen_port != PORT_STREAMLOCAL)
4046 if (port == PORT_STREAMLOCAL) {
4197 if (open_match(&permitted_opens[i], path, PORT_STREAMLOCAL)) {
4206 if (open_match(&permitted_adm_opens[i], path, PORT_STREAMLOCAL)) {
4217 return connect_to(path, PORT_STREAMLOCAL, ctype, rname);