Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DDomainSocket.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-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DUDPSocket.cpp28 const int kType = SOCK_DGRAM; variable
80 hints.ai_socktype = kType; in Connect()
H A DTCPSocket.cpp46 const int kType = SOCK_STREAM; variable
127 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP, in CreateSocket()
187 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP, in Listen()