Searched refs:socket_protocol (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp86 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; local
91 if (!FindProtocolByScheme(scheme.str().c_str(), socket_protocol))
102 socket_protocol = Socket::ProtocolTcp;
109 Socket::Create(socket_protocol, child_processes_inherit, error);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h28 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
H A DGDBRemoteCommunicationServerPlatform.cpp45 const Socket::SocketProtocol socket_protocol, const char *socket_scheme)
48 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme),
44 GDBRemoteCommunicationServerPlatform( const Socket::SocketProtocol socket_protocol, const char *socket_scheme) argument
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddnstap.c345 /* socket_protocol */
346 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP;
349 /* socket_protocol */
350 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP;
377 /* socket_family, socket_protocol, query_address, query_port */
409 /* socket_family, socket_protocol, query_address, query_port */
457 /* socket_family, socket_protocol, response_address, response_port */
513 /* socket_family, socket_protocol, response_address, response_port */

Completed in 117 milliseconds