Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DDomainSocket.cpp30 static const int kType = SOCK_STREAM; variable
79 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Connect()
98 m_socket = CreateSocket(kDomain, kType, 0, m_child_processes_inherit, error); in Listen()
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp26 static const int kType = SOCK_DGRAM; variable
74 hints.ai_socktype = kType; in Connect()
H A DTCPSocket.cpp57 static const int kType = SOCK_STREAM; variable
145 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP, in CreateSocket()
204 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen()