Home
last modified time | relevance | path

Searched refs:CreateTCPConnectedSockets (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DSocketTest.cpp94 CreateTCPConnectedSockets(GetParam().localhost_ip, &socket_a_up, in TEST_P()
103 CreateTCPConnectedSockets(GetParam().localhost_ip, &socket_a_up, in TEST_P()
144 CreateTCPConnectedSockets(GetParam().localhost_ip, &socket_a_up, in TEST_P()
H A DConnectionFileDescriptorTest.cpp25 CreateTCPConnectedSockets(ip, &socket_a_up, &socket_b_up); in TestGetURI()
H A DSocketTestUtilities.h34 bool CreateTCPConnectedSockets(std::string listen_remote_ip,
H A DSocketTestUtilities.cpp67 bool lldb_private::CreateTCPConnectedSockets( in CreateTCPConnectedSockets() function in lldb_private