Home
last modified time | relevance | path

Searched refs:SSHMUX_VER (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/openssh/
H A Dclientloop.h68 #define SSHMUX_VER 4 macro
H A Dmux.c284 if (ver != SSHMUX_VER) { in mux_master_process_hello()
286 "(expected %u)", ver, SSHMUX_VER); in mux_master_process_hello()
1155 (r = sshbuf_put_u32(out, SSHMUX_VER)) != 0) in mux_master_read_cb()
1586 (r = sshbuf_put_u32(m, SSHMUX_VER)) != 0) in mux_client_hello_exchange()
1611 if (ver != SSHMUX_VER) { in mux_client_hello_exchange()
1613 "(expected %d)", ver, SSHMUX_VER); in mux_client_hello_exchange()