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