Home
last modified time | relevance | path

Searched refs:async_send_to (Results 1 – 25 of 41) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/asio/test/ip/
Dicmp.cpp309 socket1.async_send_to(buffer(mutable_char_buffer), in test()
311 socket1.async_send_to(buffer(mutable_char_buffer), in test()
313 socket1.async_send_to(buffer(const_char_buffer), in test()
315 socket1.async_send_to(buffer(const_char_buffer), in test()
317 socket1.async_send_to(null_buffers(), in test()
319 socket1.async_send_to(null_buffers(), in test()
321 socket1.async_send_to(buffer(mutable_char_buffer), in test()
323 socket1.async_send_to(buffer(mutable_char_buffer), in test()
325 socket1.async_send_to(buffer(const_char_buffer), in test()
327 socket1.async_send_to(buffer(const_char_buffer), in test()
[all …]
Dudp.cpp332 socket1.async_send_to(buffer(mutable_char_buffer), in test()
334 socket1.async_send_to(buffer(mutable_char_buffer), in test()
336 socket1.async_send_to(buffer(const_char_buffer), in test()
338 socket1.async_send_to(buffer(const_char_buffer), in test()
340 socket1.async_send_to(null_buffers(), in test()
342 socket1.async_send_to(null_buffers(), in test()
344 socket1.async_send_to(buffer(mutable_char_buffer), in test()
346 socket1.async_send_to(buffer(mutable_char_buffer), in test()
348 socket1.async_send_to(buffer(const_char_buffer), in test()
350 socket1.async_send_to(buffer(const_char_buffer), in test()
[all …]
/external/sdv/vsomeip/third_party/boost/asio/test/local/
Ddatagram_protocol.cpp185 socket1.async_send_to(buffer(mutable_char_buffer), in test()
187 socket1.async_send_to(buffer(const_char_buffer), in test()
189 socket1.async_send_to(null_buffers(), in test()
191 socket1.async_send_to(buffer(mutable_char_buffer), in test()
193 socket1.async_send_to(buffer(const_char_buffer), in test()
195 socket1.async_send_to(null_buffers(), in test()
/external/sdv/vsomeip/third_party/boost/asio/test/generic/
Draw_protocol.cpp207 socket1.async_send_to(buffer(mutable_char_buffer), in test()
209 socket1.async_send_to(buffer(const_char_buffer), in test()
211 socket1.async_send_to(null_buffers(), in test()
213 socket1.async_send_to(buffer(mutable_char_buffer), in test()
215 socket1.async_send_to(buffer(const_char_buffer), in test()
217 socket1.async_send_to(null_buffers(), in test()
Ddatagram_protocol.cpp207 socket1.async_send_to(buffer(mutable_char_buffer), in test()
209 socket1.async_send_to(buffer(const_char_buffer), in test()
211 socket1.async_send_to(null_buffers(), in test()
213 socket1.async_send_to(buffer(mutable_char_buffer), in test()
215 socket1.async_send_to(buffer(const_char_buffer), in test()
217 socket1.async_send_to(null_buffers(), in test()
/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/
Dbasic_datagram_socket_ext.hpp549 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
558 return this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
565 this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
603 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
612 return this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
619 this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/multicast/
Dsender.cpp34 socket_.async_send_to( in sender()
59 socket_.async_send_to( in handle_timeout()
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/
Dbasic_datagram_socket_ext.hpp524 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
532 return this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
567 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
575 return this->get_service().async_send_to( in BOOST_ASIO_INITFN_RESULT_TYPE()
Ddatagram_socket_service_ext.hpp350 async_send_to(implementation_type& impl, in BOOST_ASIO_INITFN_RESULT_TYPE()
359 service_impl_.async_send_to(impl, buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
/external/sdv/vsomeip/third_party/boost/asio/doc/overview/
Dprotocols.qbk110 boost_asio.reference.basic_datagram_socket.async_send_to async_send_to()] member
138 boost_asio.reference.basic_raw_socket.async_send_to async_send_to()] member
Dbsd_sockets.qbk225 … [link boost_asio.reference.basic_datagram_socket.async_send_to ip::udp::socket::async_send_to()]
228 …[link boost_asio.reference.basic_datagram_socket.async_send_to basic_datagram_socket::async_send_t…
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/echo/
Dasync_udp_echo_server.cpp45 socket_.async_send_to( in do_send()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/multicast/
Dsender.cpp39 socket_.async_send_to( in do_send()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/tutorial/daytime6/
Dserver.cpp55 socket_.async_send_to(boost::asio::buffer(*message), remote_endpoint_, in handle_receive()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/futures/
Ddaytime_client.cpp39 socket.async_send_to(boost::asio::buffer(send_buf), in get_daytime()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/
Dasync_udp_echo_server.cpp36 socket_.async_send_to( in handle_receive_from()
/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/
Dbasic_datagram_socket_ext.hpp632 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
672 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
1070 self->impl_.get_service().async_send_to( in operator ()()
/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/
Dbasic_datagram_socket_ext.hpp632 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
672 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
1070 self->impl_.get_service().async_send_to( in operator ()()
/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/
Dbasic_datagram_socket_ext.hpp632 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
672 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_RESULT_TYPE()
1070 self->impl_.get_service().async_send_to( in operator ()()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbasic_datagram_socket.hpp650 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
694 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1142 self_->impl_.get_service().async_send_to( in operator ()()
Dbasic_raw_socket.hpp642 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
686 async_send_to(const ConstBufferSequence& buffers, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE()
1133 self_->impl_.get_service().async_send_to( in operator ()()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/tutorial/daytime7/
Dserver.cpp129 socket_.async_send_to(boost::asio::buffer(*message), remote_endpoint_, in handle_receive()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dreactive_socket_service.hpp222 void async_send_to(implementation_type& impl, in async_send_to() function in asio::detail::reactive_socket_service
246 void async_send_to(implementation_type& impl, const null_buffers&, in async_send_to() function in asio::detail::reactive_socket_service
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/
Dreactive_socket_service_ext_local.hpp230 void async_send_to(implementation_type& impl, in async_send_to() function in boost::asio::detail::reactive_socket_service_ext_local
254 void async_send_to(implementation_type& impl, const null_buffers&, in async_send_to() function in boost::asio::detail::reactive_socket_service_ext_local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dnull_socket_service.hpp407 void async_send_to(implementation_type&, const ConstBufferSequence&, in async_send_to() function in boost::asio::detail::null_socket_service
419 void async_send_to(implementation_type&, const null_buffers&, in async_send_to() function in boost::asio::detail::null_socket_service

12