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

References

tools/lldb/source/Host/common/UDPSocket.cpp
   76   ::memset(&hints, 0, sizeof(hints));
   76   ::memset(&hints, 0, sizeof(hints));
   77   hints.ai_family = kDomain;
   78   hints.ai_socktype = kType;
   79   int err = ::getaddrinfo(host_str.c_str(), port_str.c_str(), &hints,