Searched refs:PORT_STREAMLOCAL (Results 1 – 4 of 4) sorted by relevance
713 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_open_fwd()714 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_open_fwd()730 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()735 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_open_fwd()758 if (fwd.listen_port != PORT_STREAMLOCAL && fwd.listen_port >= 65536) { in mux_master_process_open_fwd()763 if ((fwd.connect_port != PORT_STREAMLOCAL && in mux_master_process_open_fwd()880 (lport != (u_int)PORT_STREAMLOCAL && lport > 65535) || in mux_master_process_close_fwd()881 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) { in mux_master_process_close_fwd()898 if (fwd.listen_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()903 if (fwd.connect_port == PORT_STREAMLOCAL) in mux_master_process_close_fwd()
121 #define PORT_STREAMLOCAL -2 macro
2378 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2389 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2391 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2396 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2407 fwd->listen_port = PORT_STREAMLOCAL; in parse_forward()2414 fwd->connect_port = PORT_STREAMLOCAL; in parse_forward()2665 if (fwd->listen_port == PORT_STREAMLOCAL) in dump_cfg_forwards()2674 if (fwd->connect_port == PORT_STREAMLOCAL) in dump_cfg_forwards()
1802 } else if (c->host_port == PORT_STREAMLOCAL) { in channel_post_port_listener()1823 if (c->host_port != PORT_STREAMLOCAL) in channel_post_port_listener()3557 port = PORT_STREAMLOCAL;3573 port = PORT_STREAMLOCAL;3607 c->listening_port = PORT_STREAMLOCAL;3915 port_to_connect = PORT_STREAMLOCAL;3922 listen_port = PORT_STREAMLOCAL;3984 if (allowed_open->listen_port != PORT_STREAMLOCAL)4269 if (port == PORT_STREAMLOCAL) {4478 if (open_match(perm, path, PORT_STREAMLOCAL)) {[all …]