Lines Matching refs:PORT_STREAMLOCAL
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()
976 if (_cport == (u_int)PORT_STREAMLOCAL) in mux_master_process_stdio_fwd()
977 cport = PORT_STREAMLOCAL; in mux_master_process_stdio_fwd()
1019 if (cport == PORT_STREAMLOCAL) { in mux_master_process_stdio_fwd()