Home
last modified time | relevance | path

Searched refs:PORT_STREAMLOCAL (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dmux.c736 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_open_fwd()
737 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_open_fwd()
753 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()
758 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()
781 if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) { in mux_master_process_open_fwd()
785 if ((fwd.connect_port != PORT_STREAMLOCAL && in mux_master_process_open_fwd()
901 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_close_fwd()
902 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_close_fwd()
919 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()
924 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()
[all …]
H A Dmisc.h160 #define PORT_STREAMLOCAL -2 macro
H A Dchannels.c1780 port_open_helper(ssh, c, port_to_connect == PORT_STREAMLOCAL ? in channel_connect_stdio_fwd()
2039 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()
2060 if (c->host_port != PORT_STREAMLOCAL) in channel_post_port_listener()
4047 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
4063 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
4097 c->listening_port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
4403 port_to_connect = PORT_STREAMLOCAL; in channel_request_remote_forwarding()
4410 listen_port = PORT_STREAMLOCAL; in channel_request_remote_forwarding()
4471 if (allowed_open->listen_port != PORT_STREAMLOCAL) in open_listen_match_streamlocal()
4747 if (port == PORT_STREAMLOCAL) { in connect_to_helper()
[all …]
H A Dreadconf.c3323 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
3334 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
3336 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
3341 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
3352 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
3359 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
3705 if (fwd->listen_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
3714 if (fwd->connect_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
H A Dssh.c929 fwd.listen_port == PORT_STREAMLOCAL ? in main()