Searched refs:RFB_VERSION (Results 1 – 2 of 2) sorted by relevance
32 #define RFB_VERSION "RFB 003.008\n" macro33 #define RFB_VERSION_LEN (sizeof (RFB_VERSION) - 1)
220 if (stream_write(c->rc_fd, RFB_VERSION, RFB_VERSION_LEN) != in rfb_handshake_version()239 if (strncmp(RFB_VERSION, (char *)buf, RFB_VERSION_LEN - 2) != 0) { in rfb_handshake_version()