Searched refs:repeaterPort (Results 1 - 3 of 3) sorted by relevance

/external/libvncserver/examples/
H A Drepeater.c13 int repeaterPort, sock; local
28 repeaterPort = argc < 4 ? 5500 : atoi(argv[3]);
46 sock = rfbConnectToTcpAddr(repeaterHost, repeaterPort);
/external/libvncserver/rfb/
H A Drfbclient.h374 extern rfbBool ConnectToRFBRepeater(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort);
/external/libvncserver/libvncclient/
H A Drfbproto.c456 rfbBool ConnectToRFBRepeater(rfbClient* client,const char *repeaterHost, int repeaterPort, const char *destHost, int destPort) argument
463 client->sock = ConnectClientToTcpAddr6(repeaterHost, repeaterPort);
473 client->sock = ConnectClientToTcpAddr(host, repeaterPort);

Completed in 276 milliseconds