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