Searched refs:SocketProtocol (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | Socket.h | 43 enum SocketProtocol { enum 66 static std::unique_ptr<Socket> Create(const SocketProtocol protocol, 91 SocketProtocol GetSocketProtocol() const { return m_protocol; } in GetSocketProtocol() 109 Socket(SocketProtocol protocol, bool should_close, 122 SocketProtocol m_protocol;
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-server/ |
| H A D | Acceptor.cpp | 29 const Socket::SocketProtocol m_protocol; 40 Socket::SocketProtocol &protocol) { in FindProtocolByScheme() 50 const char *FindSchemeByProtocol(const Socket::SocketProtocol protocol) { in FindSchemeByProtocol() 72 Socket::SocketProtocol Acceptor::GetSocketProtocol() const { in GetSocketProtocol() 87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create()
|
| H A D | Acceptor.h | 38 Socket::SocketProtocol GetSocketProtocol() const;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme); 100 const Socket::SocketProtocol m_socket_protocol;
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 112 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform()
|
| /openbsd-src/usr.sbin/nsd/dnstap/ |
| H A D | dnstap.proto | 59 // SocketProtocol: the transport protocol of a socket. This specifies how to 61 enum SocketProtocol { enum 169 // One of the SocketProtocol values described above. 170 optional SocketProtocol socket_protocol = 3; 183 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol. 187 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 77 AcceptSocket(Socket::SocketProtocol socket_protocol, 82 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
|
| H A D | DomainSocket.h | 26 DomainSocket(SocketProtocol protocol, bool child_processes_inherit);
|
| /openbsd-src/usr.sbin/unbound/dnstap/ |
| H A D | dnstap.proto | 59 // SocketProtocol: the protocol used to transport a DNS message. 60 enum SocketProtocol { enum 236 // One of the SocketProtocol values described above. 237 optional SocketProtocol socket_protocol = 3; 250 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol. 254 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | Socket.cpp | 72 Socket::Socket(SocketProtocol protocol, bool should_close, in Socket() 106 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol, in Create()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 61 DomainSocket::DomainSocket(SocketProtocol protocol, in DomainSocket()
|
| H A D | ConnectionFileDescriptorPosix.cpp | 538 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket() 566 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket()
|