Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
HDDomainSocket.cpp32 const int kType = SOCK_STREAM; variable
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-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDUDPSocket.cpp27 const int kType = SOCK_DGRAM; variable
78 hints.ai_socktype = kType; in Connect()
HDTCPSocket.cpp46 const int kType = SOCK_STREAM; variable
135 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP, in CreateSocket()
193 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen()