Searched refs:MUX_MSG_HELLO (Results 1 – 2 of 2) sorted by relevance
126 #define MUX_MSG_HELLO 0x00000001 macro177 { 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()
51 uint32 MUX_MSG_HELLO261 #define MUX_MSG_HELLO 0x00000001