Searched refs:_cport (Results 1 – 1 of 1) sorted by relevance
965 u_int _cport, i, j; in mux_master_process_stdio_fwd() local971 (r = sshbuf_get_u32(m, &_cport)) != 0) { in mux_master_process_stdio_fwd()976 if (_cport == (u_int)PORT_STREAMLOCAL) in mux_master_process_stdio_fwd()978 else if (_cport <= INT_MAX) in mux_master_process_stdio_fwd()979 cport = (int)_cport; in mux_master_process_stdio_fwd()982 error_f("invalid port 0x%x", _cport); in mux_master_process_stdio_fwd()