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

/freebsd-10-stable/crypto/openssh/
H A Dmux.c140 #define MUX_MSG_HELLO 0x00000001 macro
178 { MUX_MSG_HELLO, process_mux_master_hello },
1133 buffer_put_int(&out, MUX_MSG_HELLO);
1159 if (type == MUX_MSG_HELLO)
1163 error("%s: expected MUX_MSG_HELLO(0x%08x), "
1164 "received 0x%08x", __func__, MUX_MSG_HELLO, type);
1559 buffer_put_int(&m, MUX_MSG_HELLO);
1575 if (type != MUX_MSG_HELLO)
1577 __func__, MUX_MSG_HELLO, type);

Completed in 107 milliseconds