Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/dnstap/
H A Ddnstap.proto170 optional SocketProtocol socket_protocol = 3; field
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DAcceptor.cpp87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp538 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket()
566 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket()
/openbsd-src/usr.sbin/unbound/dnstap/
H A Ddnstap.proto237 optional SocketProtocol socket_protocol = 3; field
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp112 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform()