Lines Matching refs:ip
337 char ip[BUF_SIZE_TINY] = "";
339 int ret = Base::ConnectKey2IPPort(channelHostPort.c_str(), ip, &port, sizeof(ip));
362 ConnectServerForClient(ip, port);
380 int HdcClient::ConnectServerForClient(const char *ip, uint16_t port)
386 WRITE_LOG(LOG_DEBUG, "Try to connect %s:%d", ip, port);
396 if (strchr(ip, '.')) {
398 std::string s = ip;
409 WRITE_LOG(LOG_DEBUG, "ConnectServerForClient ipv6 %s:%d", ip, port);
410 uv_ip6_addr(ip, port, &dest);