Searched refs:CreateSocket (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | TCPSocket.cpp | 139 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 D | UDPSocket.cpp | 91 auto send_fd = CreateSocket( in Connect()
|
H A D | Socket.cpp | 321 NativeSocket Socket::CreateSocket(const int domain, const int type, in CreateSocket() function in Socket
|
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | DomainSocket.cpp | 80 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 D | TCPSocket.h | 45 Status CreateSocket(int domain);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/ |
H A D | Socket.h | 114 static NativeSocket CreateSocket(const int domain, const int type,
|