Searched refs:CreateSocket (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h45 Status CreateSocket(int domain);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp82 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error);
101 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp129 Status TCPSocket::CreateSocket(int domain) { function in class:TCPSocket
135 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP,
155 error = CreateSocket(address.GetFamily());
193 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP,
H A DUDPSocket.cpp95 auto send_fd = CreateSocket(
H A DSocket.cpp439 NativeSocket Socket::CreateSocket(const int domain, const int type, function in class:Socket
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h115 static NativeSocket CreateSocket(const int domain, const int type,

Completed in 295 milliseconds