Searched refs:MUX_MSG_HELLO (Results 1 – 2 of 2) sorted by relevance
141 #define MUX_MSG_HELLO 0x00000001 macro179 { MUX_MSG_HELLO, process_mux_master_hello },1117 buffer_put_int(&out, MUX_MSG_HELLO); in mux_master_read_cb()1143 if (type == MUX_MSG_HELLO) in mux_master_read_cb()1148 "received 0x%08x", __func__, MUX_MSG_HELLO, type); in mux_master_read_cb()1541 buffer_put_int(&m, MUX_MSG_HELLO); in mux_client_hello_exchange()1557 if (type != MUX_MSG_HELLO) in mux_client_hello_exchange()1559 __func__, MUX_MSG_HELLO, type); in mux_client_hello_exchange()
14 uint32 MUX_MSG_HELLO193 #define MUX_MSG_HELLO 0x00000001