Home
last modified time | relevance | path

Searched refs:RFB_VERSION (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Drfb_impl.h32 #define RFB_VERSION "RFB 003.008\n" macro
33 #define RFB_VERSION_LEN (sizeof (RFB_VERSION) - 1)
H A Drfb.c220 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()