Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp86 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local
91 if (!FindProtocolByScheme(scheme.str().c_str(), socket_protocol)) in Create()
102 socket_protocol = Socket::ProtocolTcp; in Create()
109 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
/freebsd-13.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.c377 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP; in dt_msg_fill_net()
381 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp110 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument
113 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()