Home
last modified time | relevance | path

Searched defs:socket_protocol (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp539 AcceptSocket(Socket::SocketProtocol socket_protocol,llvm::StringRef socket_name,llvm::function_ref<void (Socket &)> post_listen_callback,Status * error_ptr) AcceptSocket() argument
567 ConnectSocket(Socket::SocketProtocol socket_protocol,llvm::StringRef socket_name,Status * error_ptr) ConnectSocket() argument
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto237 optional SocketProtocol socket_protocol = 3; field
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp114 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform()