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

Declarations

tools/lldb/include/lldb/Host/SocketAddress.h
  107   bool SetToLocalhost(sa_family_t family, uint16_t port);

References

tools/lldb/source/Host/common/UDPSocket.cpp
  116                                      ? bind_addr.SetToLocalhost(kDomain, port)
tools/lldb/unittests/Host/SocketAddressTest.cpp
   29   ASSERT_TRUE(sa.SetToLocalhost(AF_INET, 1138));
   37   ASSERT_TRUE(sa.SetToLocalhost(AF_INET6, 1139));