Searched refs:PORT_STREAMLOCAL (Results 1 – 4 of 4) sorted by relevance
679 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in process_mux_open_fwd()680 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in process_mux_open_fwd()696 if (fwd.listen_port == PORT_STREAMLOCAL) in process_mux_open_fwd()701 if (fwd.connect_port == PORT_STREAMLOCAL) in process_mux_open_fwd()725 if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) { in process_mux_open_fwd()730 if ((fwd.connect_port != PORT_STREAMLOCAL && fwd.connect_port >= 65536) in process_mux_open_fwd()847 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in process_mux_close_fwd()848 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in process_mux_close_fwd()865 if (fwd.listen_port == PORT_STREAMLOCAL) in process_mux_close_fwd()870 if (fwd.connect_port == PORT_STREAMLOCAL) in process_mux_close_fwd()
100 #define PORT_STREAMLOCAL -2 macro
2204 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2215 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2217 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2222 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2233 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2240 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2478 if (fwd->listen_port == PORT_STREAMLOCAL) in dump_cfg_forwards()2487 if (fwd->connect_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
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)) {[all …]