HomeSort by relevance Sort by last modified time
    Searched refs:rfb (Results 26 - 50 of 77) sorted by null

12 3 4

  /external/libvncserver/libvncserver/
ultra.c 10 #include <rfb/rfb.h>
translate.c 26 #include <rfb/rfb.h>
27 #include <rfb/rfbregion.h>
444 * rfbSetClientColourMaps sets the colour map for each RFB client.
auth.c 4 * This file implements the VNC authentication protocol when setting up an RFB
30 #include <rfb/rfb.h>
32 /* RFB 3.8 clients are well informed */
161 rfbLog("rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8\n");
311 /* Make sure we use only RFB 3.3 compatible security types. */
313 rfbLog("VNC authentication disabled - RFB 3.3 client rejected\n");
387 /* support RFB 3.8 clients, they expect a reason *why* it was disconnected */
cargs.c 15 #include <rfb/rfb.h>
24 fprintf(stderr, "-rfbport port TCP port for RFB protocol\n");
26 fprintf(stderr, "-rfbportv6 port TCP6 port for RFB protocol\n");
28 fprintf(stderr, "-rfbwait time max time in ms to wait for RFB client\n");
29 fprintf(stderr, "-rfbauth passwd-file use authentication on RFB protocol\n"
31 fprintf(stderr, "-rfbversion 3.x Set the version of the RFB we choose to advertise\n");
font.c 1 #include <rfb/rfb.h>
zlib.c 33 #include <rfb/rfb.h>
scale.c 32 #include <rfb/rfb.h>
33 #include <rfb/rfbregion.h>
corre.c 30 #include <rfb/rfb.h>
rre.c 29 #include <rfb/rfb.h>
selbox.c 2 #include <rfb/rfb.h>
3 #include <rfb/keysym.h>
hextile.c 28 #include <rfb/rfb.h>
httpd.c 31 #include <rfb/rfb.h>
  /external/libvncserver/client_examples/
backchannel.c 3 * A simple example of an RFB client
10 #include <rfb/rfbclient.h>
ppmtest.c 3 * A simple example of an RFB client
10 #include <rfb/rfbclient.h>
gtkvncviewer.c 24 #include <rfb/rfbclient.h>
94 struct { int gdk; int rfb; } buttonMapping[] = { member in struct:__anon16315
112 buttonMask |= buttonMapping[i].rfb;
135 buttonMask |= buttonMapping[i].rfb;
SDLvncviewer.c 7 #include <rfb/rfbclient.h>
10 struct { int sdl; int rfb; } buttonMapping[]={ member in struct:__anon16314
402 state = buttonMapping[i].rfb;
  /external/libvncserver/examples/
example.c 34 #include <rfb/rfb.h>
35 #include <rfb/keysym.h>
mac.c 37 #include <rfb/rfb.h>
38 #include <rfb/keysym.h>
  /external/libvncserver/test/
encodingstest.c 6 #include <rfb/rfb.h>
7 #include <rfb/rfbclient.h>
cursortest.c 25 #include <rfb/rfb.h>
  /external/libvncserver/common/
vncauth.c 35 #include <rfb/rfbproto.h>
  /external/libvncserver/libvncclient/
cursor.c 25 #include <rfb/rfbclient.h>
listen.c 41 #include <rfb/rfbclient.h>
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c 26 #include <rfb/rfb.h>
78 * LibVNCServer has a bug WRT Tight SecurityType and RFB 3.8
87 rfbLog("rfbProcessClientSecurityType: returning securityResult for client rfb version >= 3.8\n"); \
  /external/libvncserver/rfb/
rfbclient.h 43 #include <rfb/rfbproto.h>
44 #include <rfb/keysym.h>
387 * @li RFB protocol extensions announced via pseudo-encodings
446 * @param key An rfbKeySym defined in rfb/keysym.h
465 * Handles messages from the RFB server. You must call this function
470 * @param client The client which will handle the RFB server messages
471 * @return true if the client was able to handle the RFB server messages, false
564 * Waits for an RFB message to arrive from the server. Before handling a message

Completed in 1197 milliseconds

12 3 4