Searched refs:CreateSocket (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | TCPSocket.cpp | 140 Status TCPSocket::CreateSocket(int domain) { in CreateSocket() function in TCPSocket 146 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP, in CreateSocket() 166 error = CreateSocket(address.GetFamily()); in Connect() 204 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen()
|
| H A D | UDPSocket.cpp | 95 auto send_fd = CreateSocket( in Connect()
|
| H A D | Socket.cpp | 433 NativeSocket Socket::CreateSocket(const int domain, const int type, in CreateSocket() function in Socket
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 82 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Connect() 101 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Listen()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | TCPSocket.h | 45 Status CreateSocket(int domain);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Socket.h | 120 static NativeSocket CreateSocket(const int domain, const int type,
|