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

References

tools/lldb/source/Host/common/TCPSocket.cpp
  153       host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
  191       host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
tools/lldb/unittests/Host/SocketAddressTest.cpp
   45   auto addr = SocketAddress::GetAddressInfo("127.0.0.1", nullptr, AF_UNSPEC,
tools/lldb/unittests/Host/SocketTestUtilities.cpp
   97       ip.c_str(), NULL, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
utils/unittest/googletest/src/gtest.cc
 3786   hints.ai_family = AF_UNSPEC;    // To allow both IPv4 and IPv6 addresses.