Searched refs:PORT_STREAMLOCAL (Results 1 – 6 of 6) sorted by relevance
701 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_open_fwd()702 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_open_fwd()718 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()723 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()746 if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) { in mux_master_process_open_fwd()750 if ((fwd.connect_port != PORT_STREAMLOCAL && in mux_master_process_open_fwd()866 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_close_fwd()867 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_close_fwd()884 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()889 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()[all …]
153 #define PORT_STREAMLOCAL -2 macro
1708 port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ? in channel_connect_stdio_fwd()1966 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()1987 if (c->host_port != PORT_STREAMLOCAL) in channel_post_port_listener()3967 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()3983 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()4017 c->listening_port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()4323 port_to_connect = PORT_STREAMLOCAL; in channel_request_remote_forwarding()4330 listen_port = PORT_STREAMLOCAL; in channel_request_remote_forwarding()4391 if (allowed_open->listen_port != PORT_STREAMLOCAL) in open_listen_match_streamlocal()4664 if (port == PORT_STREAMLOCAL) { in connect_to_helper()[all …]
3196 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()3207 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()3209 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()3214 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()3225 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()3232 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()3525 if (fwd->listen_port == PORT_STREAMLOCAL) in dump_cfg_forwards()3534 if (fwd->connect_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
951 fwd.listen_port == PORT_STREAMLOCAL ? in main()
5319 using ssh -W by explicitly decoding PORT_STREAMLOCAL (a negative number) from