Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-server/
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()
/external/parameter-framework/asio-1.10.6/include/asio/generic/
Dstream_protocol.hpp51 stream_protocol(int address_family, int socket_protocol) in stream_protocol() argument
53 protocol_(socket_protocol) in stream_protocol()
Dbasic_endpoint.hpp56 std::size_t socket_address_size, int socket_protocol = 0) in basic_endpoint() argument
57 : impl_(socket_address, socket_address_size, socket_protocol) in basic_endpoint()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerPlatform.h76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
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()