Searched refs:socket_protocol (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/lldb-server/ |
D | Acceptor.cpp | 86 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/ |
D | stream_protocol.hpp | 51 stream_protocol(int address_family, int socket_protocol) in stream_protocol() argument 53 protocol_(socket_protocol) in stream_protocol()
|
D | basic_endpoint.hpp | 56 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/ |
D | GDBRemoteCommunicationServerPlatform.h | 76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
|
D | GDBRemoteCommunicationServerPlatform.cpp | 110 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()
|