Home
last modified time | relevance | path

Searched refs:protocolMajorVersion (Results 1 – 8 of 8) sorted by relevance

/external/libvncserver/libvncserver/
Dauth.c160 …if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion > 7 && cl->protocolMinorVersion != 889… in rfbVncAuthNone()
309 if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion < 7) in rfbAuthNewClient()
Dcargs.c121 sscanf(argv[++i],"%d.%d", &rfbScreen->protocolMajorVersion, &rfbScreen->protocolMinorVersion); in rfbProcessArguments()
Drfbserver.c268 rfbScreen->protocolMajorVersion = major_; in rfbSetProtocolVersion()
453 sprintf(pv,rfbProtocolVersionFormat,rfbScreen->protocolMajorVersion, in rfbNewTCPOrUDPClient()
664 cl->screen->protocolMajorVersion, cl->screen->protocolMinorVersion, in rfbProcessClientProtocolVersion()
678 cl->protocolMajorVersion = major_; in rfbProcessClientProtocolVersion()
Dmain.c877 screen->protocolMajorVersion = rfbProtocolMajorVersion; in rfbGetScreen()
/external/libvncserver/libvncserver/tightvnc-filetransfer/
Drfbtightserver.c85 if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion > 7) { \
/external/libvncserver/rfb/
Drfb.h370 int protocolMajorVersion; member
465 int protocolMajorVersion; member
/external/libvncserver/x11vnc/
Dsslhelper.c4180 client->protocolMajorVersion = 3; in accept_openssl()
4191 client->protocolMajorVersion = 3; in accept_openssl()
Dremote.c1732 …snprintf(buf, bufn, "ans=%s:%d.%d", p, screen->protocolMajorVersion, screen->protocolMinorVersion); in process_remote_cmd()
1742 screen->protocolMajorVersion = maj; in process_remote_cmd()