Searched refs:handle_send_to (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/asio/example/cpp03/multicast/ |
D | sender.cpp | 36 boost::bind(&sender::handle_send_to, this, in sender() 40 void handle_send_to(const boost::system::error_code& error) in handle_send_to() function in sender 61 boost::bind(&sender::handle_send_to, this, in handle_timeout()
|
/third_party/boost/doc/html/boost_asio/example/cpp03/multicast/ |
D | sender.cpp | 36 boost::bind(&sender::handle_send_to, this, in sender() 40 void handle_send_to(const boost::system::error_code& error) in handle_send_to() function in sender 61 boost::bind(&sender::handle_send_to, this, in handle_timeout()
|
/third_party/boost/libs/asio/example/cpp03/echo/ |
D | async_udp_echo_server.cpp | 38 boost::bind(&server::handle_send_to, this, in handle_receive_from() 52 void handle_send_to(const boost::system::error_code& /*error*/, in handle_send_to() function in server
|
/third_party/boost/doc/html/boost_asio/example/cpp03/echo/ |
D | async_udp_echo_server.cpp | 38 boost::bind(&server::handle_send_to, this, in handle_receive_from() 52 void handle_send_to(const boost::system::error_code& /*error*/, in handle_send_to() function in server
|