Home | History | Annotate | Download | only in libvncserver

Lines Matching refs:xvp

1114  * Send an xvp server message
1120 rfbXvpMsg xvp;
1122 xvp.type = rfbXvp;
1123 xvp.pad = 0;
1124 xvp.version = version;
1125 xvp.code = code;
1128 if (rfbWriteExact(cl, (char *)&xvp, sz_rfbXvpMsg) < 0) {
2218 rfbLog("Enabling Xvp protocol extension for client "
2655 if(msg.xvp.version != 1) {
2656 rfbSendXvp(cl, msg.xvp.version, rfbXvp_Fail);
2660 if(cl->screen->xvpHook && !cl->screen->xvpHook(cl, msg.xvp.version, msg.xvp.code))