reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 if (!DecodeHostAndPort(name, host_str, port_str, port, &error)) 79 int err = ::getaddrinfo(host_str.c_str(), port_str.c_str(), &hints, 88 host_str.c_str(), port_str.c_str(), err, gai_strerror(err)); 115 const bool bind_addr_success = (host_str == "127.0.0.1" || host_str == "localhost") 115 const bool bind_addr_success = (host_str == "127.0.0.1" || host_str == "localhost")