Home
last modified time | relevance | path

Searched refs:SocketProtocol (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h43 enum SocketProtocol { enum
66 static std::unique_ptr<Socket> Create(const SocketProtocol protocol,
91 SocketProtocol GetSocketProtocol() const { return m_protocol; } in GetSocketProtocol()
108 Socket(SocketProtocol protocol, bool should_close,
121 SocketProtocol m_protocol;
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp29 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 DAcceptor.h38 Socket::SocketProtocol GetSocketProtocol() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
100 const Socket::SocketProtocol m_socket_protocol;
H A DGDBRemoteCommunicationServerPlatform.cpp114 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h77 AcceptSocket(Socket::SocketProtocol socket_protocol,
82 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
H A DDomainSocket.h26 DomainSocket(SocketProtocol protocol, bool child_processes_inherit);
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto59 // 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.
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp73 Socket::Socket(SocketProtocol protocol, bool should_close, in Socket()
106 std::unique_ptr<Socket> Socket::Create(const SocketProtocol protocol, in Create()
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp62 DomainSocket::DomainSocket(SocketProtocol protocol, in DomainSocket()
H A DConnectionFileDescriptorPosix.cpp536 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in BytesAvailable()
564 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in AcceptSocket()
/freebsd/crypto/openssl/apps/lib/
H A Dvms_term_sock.c284 int SocketProtocol, in CreateSocketPair() argument