/external/sdv/vsomeip/third_party/boost/asio/test/ip/ |
D | icmp.cpp | 309 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 …]
|
D | udp.cpp | 332 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/ |
D | datagram_protocol.cpp | 185 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/ |
D | raw_protocol.cpp | 207 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()
|
D | datagram_protocol.cpp | 207 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/ |
D | basic_datagram_socket_ext.hpp | 549 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/ |
D | sender.cpp | 34 socket_.async_send_to( in sender() 59 socket_.async_send_to( in handle_timeout()
|
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 524 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()
|
D | datagram_socket_service_ext.hpp | 350 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/ |
D | protocols.qbk | 110 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
|
D | bsd_sockets.qbk | 225 … [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/ |
D | async_udp_echo_server.cpp | 45 socket_.async_send_to( in do_send()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/multicast/ |
D | sender.cpp | 39 socket_.async_send_to( in do_send()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/tutorial/daytime6/ |
D | server.cpp | 55 socket_.async_send_to(boost::asio::buffer(*message), remote_endpoint_, in handle_receive()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/futures/ |
D | daytime_client.cpp | 39 socket.async_send_to(boost::asio::buffer(send_buf), in get_daytime()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/ |
D | async_udp_echo_server.cpp | 36 socket_.async_send_to( in handle_receive_from()
|
/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 632 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/ |
D | basic_datagram_socket_ext.hpp | 632 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/ |
D | basic_datagram_socket_ext.hpp | 632 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/ |
D | basic_datagram_socket.hpp | 650 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 ()()
|
D | basic_raw_socket.hpp | 642 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/ |
D | server.cpp | 129 socket_.async_send_to(boost::asio::buffer(*message), remote_endpoint_, in handle_receive()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 222 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/ |
D | reactive_socket_service_ext_local.hpp | 230 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/ |
D | null_socket_service.hpp | 407 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
|