Searched refs:host_name_ (Results 1 – 2 of 2) sorted by relevance
1099 : sockfd_(-1), host_name_(host), port_num_(port) { in SocketWriter()1115 << host_name_ << ":" << port_num_; in Send()1133 const std::string host_name_; variable
5030 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()5054 << host_name_ << ":" << port_num_; in MakeConnection()