Searched refs:stream_protocol (Results 1 – 7 of 7) sorted by relevance
47 class stream_protocol class51 stream_protocol(int address_family, int socket_protocol) in stream_protocol() function in asio::generic::stream_protocol62 stream_protocol(const Protocol& source_protocol) in stream_protocol() function in asio::generic::stream_protocol92 friend bool operator==(const stream_protocol& p1, const stream_protocol& p2) in operator ==()98 friend bool operator!=(const stream_protocol& p1, const stream_protocol& p2) in operator !=()104 typedef basic_endpoint<stream_protocol> endpoint;107 typedef basic_stream_socket<stream_protocol> socket;
41 class stream_protocol class63 typedef basic_endpoint<stream_protocol> endpoint;66 typedef basic_stream_socket<stream_protocol> socket;69 typedef basic_socket_acceptor<stream_protocol> acceptor;
41 Socket(asio::generic::stream_protocol::socket &socket) : mSocket(socket) {} in Socket()43 asio::generic::stream_protocol::socket &get() { return mSocket; } in get()46 asio::generic::stream_protocol::socket &mSocket;
61 asio::basic_socket_acceptor<asio::generic::stream_protocol> _acceptor;62 asio::generic::stream_protocol::socket _socket;
60 generic::stream_protocol::endpoint endpoint; in start()107 endpoint = local::stream_protocol::endpoint(endpointName); in start()
44 bool sendAndDisplayCommand(asio::generic::stream_protocol::socket &socket, in sendAndDisplayCommand()99 asio::generic::stream_protocol::socket connectionSocket(io_service); in main()155 asio::generic::stream_protocol::socket socket(io_service); in main()156 asio::generic::stream_protocol::endpoint endpoint = in main()157 asio::local::stream_protocol::endpoint(port); in main()
134 struct stream_protocol struct143 using stream_protocol = generic::stream_protocol; typedef