Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp139 Status TCPSocket::CreateSocket(int domain) { in CreateSocket() function in TCPSocket
145 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP, in CreateSocket()
164 error = CreateSocket(address.GetFamily()); in Connect()
204 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen()
H A DUDPSocket.cpp91 auto send_fd = CreateSocket( in Connect()
H A DSocket.cpp321 NativeSocket Socket::CreateSocket(const int domain, const int type, in CreateSocket() function in Socket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp80 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Connect()
99 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Listen()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h45 Status CreateSocket(int domain);
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h114 static NativeSocket CreateSocket(const int domain, const int type,