reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Host/common/TCPSocket.cpp
  185   if (!DecodeHostAndPort(name, host_str, port_str, port, &error))
  188   if (host_str == "*")
  189     host_str = "0.0.0.0";
  191       host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);