Home
last modified time | relevance | path

Searched refs:MUX_MSG_HELLO (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dmux.c141 #define MUX_MSG_HELLO 0x00000001 macro
179 { MUX_MSG_HELLO, process_mux_master_hello },
1134 buffer_put_int(&out, MUX_MSG_HELLO); in mux_master_read_cb()
1160 if (type == MUX_MSG_HELLO) in mux_master_read_cb()
1165 "received 0x%08x", __func__, MUX_MSG_HELLO, type); in mux_master_read_cb()
1558 buffer_put_int(&m, MUX_MSG_HELLO); in mux_client_hello_exchange()
1574 if (type != MUX_MSG_HELLO) in mux_client_hello_exchange()
1576 __func__, MUX_MSG_HELLO, type); in mux_client_hello_exchange()
DPROTOCOL.mux14 uint32 MUX_MSG_HELLO
199 #define MUX_MSG_HELLO 0x00000001