HomeSort by relevance Sort by last modified time
    Searched defs:socket_base (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 2 // socket_base.hpp
24 /// The socket_base class is used as a base for the basic_stream_socket and
27 class socket_base class in namespace:asio
59 * asio::socket_base::broadcast option(true);
68 * asio::socket_base::broadcast option;
89 * asio::socket_base::debug option(true);
98 * asio::socket_base::debug option;
118 * asio::socket_base::do_not_route option(true);
127 * asio::socket_base::do_not_route option;
148 * asio::socket_base::keep_alive option(true)
    [all...]
  /external/parameter-framework/upstream/asio/stub/
asio.hpp 72 struct socket_base : dummy_base struct in namespace:asio
98 using socket = socket_base;

Completed in 582 milliseconds