Searched refs:SocketProtocol (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/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() 108 Socket(SocketProtocol protocol, bool should_close, 121 SocketProtocol m_protocol;
|
/freebsd/contrib/llvm-project/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;
|
/freebsd/contrib/llvm-project/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 | 114 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform()
|
/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/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.
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | Socket.cpp | 73 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 D | DomainSocket.cpp | 62 DomainSocket::DomainSocket(SocketProtocol protocol, in DomainSocket()
|
H A D | ConnectionFileDescriptorPosix.cpp | 536 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 D | vms_term_sock.c | 284 int SocketProtocol, in CreateSocketPair() argument
|