Searched refs:port_num_ (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()1134 const std::string port_num_; variable
5030 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()5054 << host_name_ << ":" << port_num_; in MakeConnection()