Searched refs:protocolMajorVersion (Results 1 – 8 of 8) sorted by relevance
/external/libvncserver/libvncserver/ |
D | auth.c | 160 …if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion > 7 && cl->protocolMinorVersion != 889… in rfbVncAuthNone() 309 if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion < 7) in rfbAuthNewClient()
|
D | cargs.c | 121 sscanf(argv[++i],"%d.%d", &rfbScreen->protocolMajorVersion, &rfbScreen->protocolMinorVersion); in rfbProcessArguments()
|
D | rfbserver.c | 268 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()
|
D | main.c | 877 screen->protocolMajorVersion = rfbProtocolMajorVersion; in rfbGetScreen()
|
/external/libvncserver/libvncserver/tightvnc-filetransfer/ |
D | rfbtightserver.c | 85 if (cl->protocolMajorVersion==3 && cl->protocolMinorVersion > 7) { \
|
/external/libvncserver/rfb/ |
D | rfb.h | 370 int protocolMajorVersion; member 465 int protocolMajorVersion; member
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 4180 client->protocolMajorVersion = 3; in accept_openssl() 4191 client->protocolMajorVersion = 3; in accept_openssl()
|
D | remote.c | 1732 …snprintf(buf, bufn, "ans=%s:%d.%d", p, screen->protocolMajorVersion, screen->protocolMinorVersion); in process_remote_cmd() 1742 screen->protocolMajorVersion = maj; in process_remote_cmd()
|