Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h49 } SocketProtocol; typedef
53 Socket(NativeSocket socket, SocketProtocol protocol, bool should_close);
96 SocketProtocol GetSocketProtocol () const { return m_protocol; } in GetSocketProtocol()
115 SocketProtocol m_protocol;
/NextBSD/contrib/unbound/dnstap/
HDdnstap.proto58 // SocketProtocol: the transport protocol of a socket. This specifies how to
60 enum SocketProtocol { enum
168 // One of the SocketProtocol values described above.
169 optional SocketProtocol socket_protocol = 3;
182 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
186 // This is a 16-bit UDP or TCP port number, depending on SocketProtocol.
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp104 Socket::Socket(NativeSocket socket, SocketProtocol protocol, bool should_close) in Socket()