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.c127 #define MUX_MSG_HELLO 0x00000001 macro
178 { MUX_MSG_HELLO, mux_master_process_hello },
1168 if ((r = sshbuf_put_u32(out, MUX_MSG_HELLO)) != 0 || in mux_master_read_cb()
1191 if (type == MUX_MSG_HELLO) in mux_master_read_cb()
1196 "received 0x%08x", MUX_MSG_HELLO, type); in mux_master_read_cb()
1605 if ((r = sshbuf_put_u32(m, MUX_MSG_HELLO)) != 0 || in mux_client_hello_exchange()
1625 if (type != MUX_MSG_HELLO) { in mux_client_hello_exchange()
1626 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