Searched defs:ChannelHandShake (Results 1 – 2 of 2) sorted by relevance
35 struct ChannelHandShake { struct36 char banner[12]; // must first index37 union {41 char version[BUF_SIZE_TINY] = { 0 };
702 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake() function in Hdc::HdcServerForClient