Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmux.c126 #define MUX_MSG_HELLO 0x00000001 macro
177 { MUX_MSG_HELLO, mux_master_process_hello },
1167 if ((r = sshbuf_put_u32(out, MUX_MSG_HELLO)) != 0 || in mux_master_read_cb()
1190 if (type == MUX_MSG_HELLO) in mux_master_read_cb()
1195 "received 0x%08x", MUX_MSG_HELLO, type); in mux_master_read_cb()
1604 if ((r = sshbuf_put_u32(m, MUX_MSG_HELLO)) != 0 || in mux_client_hello_exchange()
1624 if (type != MUX_MSG_HELLO) { in mux_client_hello_exchange()
1625 error_f("expected HELLO (%u) got %u", MUX_MSG_HELLO, type); in mux_client_hello_exchange()
H A DPROTOCOL.mux51 uint32 MUX_MSG_HELLO
261 #define MUX_MSG_HELLO 0x00000001