Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DAcceptor.cpp87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
92 if (!FindProtocolByScheme(scheme.str().c_str(), socket_protocol)) in Create()
103 socket_protocol = Socket::ProtocolTcp; in Create()
110 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
/freebsd-12.1/contrib/unbound/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.c358 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP; in dt_msg_fill_net()
362 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h29 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp48 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument
51 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()