Searched refs:SSHMUX_VER (Results 1 – 2 of 2) sorted by relevance
67 #define SSHMUX_VER 4 macro
274 if (ver != SSHMUX_VER) { in mux_master_process_hello()276 "(expected %u)", ver, SSHMUX_VER); in mux_master_process_hello()1214 (r = sshbuf_put_u32(out, SSHMUX_VER)) != 0) in mux_master_read_cb()1650 (r = sshbuf_put_u32(m, SSHMUX_VER)) != 0) in mux_client_hello_exchange()1675 if (ver != SSHMUX_VER) { in mux_client_hello_exchange()1677 "(expected %d)", ver, SSHMUX_VER); in mux_client_hello_exchange()