Home
last modified time | relevance | path

Searched refs:socket_protocol (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DAcceptor.cpp87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
90 if (!FindProtocolByScheme(res->scheme.str().c_str(), socket_protocol)) in Create()
98 socket_protocol = Socket::ProtocolTcp; in Create()
105 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
/openbsd/usr.sbin/nsd/dnstap/
H A Ddnstap.proto170 optional SocketProtocol socket_protocol = 3; field
225 // socket_family, socket_protocol
231 // socket_family, socket_protocol
238 // socket_family, socket_protocol
246 // socket_family, socket_protocol
255 // socket_family, socket_protocol
260 // socket_family, socket_protocol
H A Ddnstap.c812 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP;
816 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP;
/openbsd/usr.sbin/unbound/dnstap/
H A Ddnstap.proto237 optional SocketProtocol socket_protocol = 3; field
295 // socket_family, socket_protocol
301 // socket_family, socket_protocol
308 // socket_family, socket_protocol
315 // socket_family, socket_protocol
323 // socket_family, socket_protocol
328 // socket_family, socket_protocol
H A Ddnstap.c377 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP; in dt_msg_fill_net()
382 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
386 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__DOT; in dt_msg_fill_net()
391 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__DOH; in dt_msg_fill_net()
395 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
/openbsd/gnu/llvm/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h77 AcceptSocket(Socket::SocketProtocol socket_protocol,
82 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp538 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket() argument
543 Socket::Create(socket_protocol, m_child_processes_inherit, error); in AcceptSocket()
566 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket() argument
571 Socket::Create(socket_protocol, m_child_processes_inherit, error); in ConnectSocket()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp112 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument
114 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()