Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:host

412       unsigned int host;
415 if (!StringToIPAddr(hostname, &host)) {
416 rfbClientLog("Couldn't convert '%s' to host address\n", hostname);
419 client->sock = ConnectClientToTcpAddr(host, port);
449 unsigned int host;
450 if (!StringToIPAddr(repeaterHost, &host)) {
451 rfbClientLog("Couldn't convert '%s' to host address\n", repeaterHost);
455 client->sock = ConnectClientToTcpAddr(host, repeaterPort);