Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp536 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket()
564 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket()
/freebsd-src/contrib/unbound/dnstap/
H A Ddnstap.proto237 optional SocketProtocol socket_protocol = 3; field
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp112 GDBRemoteCommunicationServerPlatform(const Socket::SocketProtocol socket_protocol,const char * socket_scheme) GDBRemoteCommunicationServerPlatform() argument