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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c137 #define MUX_MSG_HELLO 0x00000001 macro
174 { MUX_MSG_HELLO, process_mux_master_hello },
1035 buffer_put_int(&out, MUX_MSG_HELLO);
1061 if (type == MUX_MSG_HELLO)
1065 error("%s: expected MUX_MSG_HELLO(0x%08x), "
1066 "received 0x%08x", __func__, MUX_MSG_HELLO, type);
1471 buffer_put_int(&m, MUX_MSG_HELLO);
1487 if (type != MUX_MSG_HELLO)
1489 __func__, MUX_MSG_HELLO, type);

Completed in 72 milliseconds