Home
last modified time | relevance | path

Searched refs:PORT_STREAMLOCAL (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dreadconf.c2908 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2919 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2921 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
2926 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
2937 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()
2944 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()
3227 if (fwd->listen_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
3236 if (fwd->connect_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
H A Dmux.c701 (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()
H A Dmisc.h141 #define PORT_STREAMLOCAL -2 macro
H A Dchannels.c1798 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()
1819 if (c->host_port != PORT_STREAMLOCAL) in channel_post_port_listener()
3760 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
3776 port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
3810 c->listening_port = PORT_STREAMLOCAL; in channel_setup_fwd_listener_streamlocal()
4116 port_to_connect = PORT_STREAMLOCAL; in channel_request_remote_forwarding()
4123 listen_port = PORT_STREAMLOCAL; in channel_request_remote_forwarding()
4185 if (allowed_open->listen_port != PORT_STREAMLOCAL) in open_listen_match_streamlocal()
4471 if (port == PORT_STREAMLOCAL) { in connect_to_helper()
4680 if (open_match(perm, path, PORT_STREAMLOCAL)) { in channel_connect_to_path()
[all …]