Searched refs:MUX_MSG_HELLO (Results 1 – 2 of 2) sorted by relevance
140 #define MUX_MSG_HELLO 0x00000001 macro181 { MUX_MSG_HELLO, process_mux_master_hello },1149 buffer_put_int(&out, MUX_MSG_HELLO); in mux_master_read_cb()1175 if (type == MUX_MSG_HELLO) in mux_master_read_cb()1180 "received 0x%08x", __func__, MUX_MSG_HELLO, type); in mux_master_read_cb()1575 buffer_put_int(&m, MUX_MSG_HELLO); in mux_client_hello_exchange()1591 if (type != MUX_MSG_HELLO) in mux_client_hello_exchange()1593 __func__, MUX_MSG_HELLO, type); in mux_client_hello_exchange()
14 uint32 MUX_MSG_HELLO199 #define MUX_MSG_HELLO 0x00000001