Home
last modified time | relevance | path

Searched refs:ProtocolUnixDomain (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h48 ProtocolUnixDomain enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp459 final_socket.reset(new Socket(fd, ProtocolUnixDomain, true)); in UnixDomainConnect()
498 listen_socket.reset(new Socket(listen_fd, ProtocolUnixDomain, true)); in UnixDomainAccept()
516 final_socket.reset(new Socket(socket_fd, ProtocolUnixDomain, true)); in UnixDomainAccept()