/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 790 endpoint_type& sender_endpoint) in receive_from() argument 794 this->get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 817 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 821 this->get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 844 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 848 buffers, sender_endpoint, flags, ec); in receive_from() 891 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_RESULT_TYPE() 899 this->get_implementation(), buffers, sender_endpoint, 0, in BOOST_ASIO_INITFN_RESULT_TYPE() 936 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_RESULT_TYPE() 944 this->get_implementation(), buffers, sender_endpoint, flags, in BOOST_ASIO_INITFN_RESULT_TYPE()
|
/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 857 endpoint_type& sender_endpoint) in receive_from() argument 861 this->get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 884 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 888 this->get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 911 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 915 buffers, sender_endpoint, flags, ec); in receive_from() 958 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_RESULT_TYPE() 967 this->get_implementation(), buffers, sender_endpoint, 0, in BOOST_ASIO_INITFN_RESULT_TYPE() 974 this->get_implementation(), buffers, sender_endpoint, 0, in BOOST_ASIO_INITFN_RESULT_TYPE() 1014 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 886 endpoint_type& sender_endpoint) in receive_from() argument 890 this->impl_.get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 913 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 917 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 940 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 944 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 987 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_RESULT_TYPE() 993 &sender_endpoint, socket_base::message_flags(0)); in BOOST_ASIO_INITFN_RESULT_TYPE() 1029 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_RESULT_TYPE() 1035 this, buffers, &sender_endpoint, flags); in BOOST_ASIO_INITFN_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 886 endpoint_type& sender_endpoint) in receive_from() argument 890 this->impl_.get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 913 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 917 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 940 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 944 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 987 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_RESULT_TYPE() 993 &sender_endpoint, socket_base::message_flags(0)); in BOOST_ASIO_INITFN_RESULT_TYPE() 1029 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_RESULT_TYPE() 1035 this, buffers, &sender_endpoint, flags); in BOOST_ASIO_INITFN_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/ |
D | basic_datagram_socket_ext.hpp | 886 endpoint_type& sender_endpoint) in receive_from() argument 890 this->impl_.get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 913 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 917 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 940 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 944 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 987 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_RESULT_TYPE() 993 &sender_endpoint, socket_base::message_flags(0)); in BOOST_ASIO_INITFN_RESULT_TYPE() 1029 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_RESULT_TYPE() 1035 this, buffers, &sender_endpoint, flags); in BOOST_ASIO_INITFN_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/echo/ |
D | blocking_udp_echo_server.cpp | 25 udp::endpoint sender_endpoint; in server() local 27 boost::asio::buffer(data, max_length), sender_endpoint); in server() 28 sock.send_to(boost::asio::buffer(data, length), sender_endpoint); in server()
|
D | blocking_udp_echo_client.cpp | 45 udp::endpoint sender_endpoint; in main() local 47 boost::asio::buffer(reply, max_length), sender_endpoint); in main()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/echo/ |
D | blocking_udp_echo_server.cpp | 25 udp::endpoint sender_endpoint; in server() local 27 boost::asio::buffer(data, max_length), sender_endpoint); in server() 28 sock.send_to(boost::asio::buffer(data, length), sender_endpoint); in server()
|
D | blocking_udp_echo_client.cpp | 46 udp::endpoint sender_endpoint; in main() local 48 boost::asio::buffer(reply, max_length), sender_endpoint); in main()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactive_socket_service.hpp | 271 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 277 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 280 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 283 sender_endpoint.resize(addr_len); in receive_from() 290 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 297 sender_endpoint = endpoint_type(); in receive_from() 307 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 321 buffers, sender_endpoint, flags, handler); in async_receive_from() 336 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument 353 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | basic_datagram_socket.hpp | 917 endpoint_type& sender_endpoint) in receive_from() argument 921 this->impl_.get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 944 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 948 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 971 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 975 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 1021 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1028 &sender_endpoint, socket_base::message_flags(0)); in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1067 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1074 buffers, &sender_endpoint, flags); in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
D | basic_raw_socket.hpp | 909 endpoint_type& sender_endpoint) in receive_from() argument 913 this->impl_.get_implementation(), buffers, sender_endpoint, 0, ec); in receive_from() 936 endpoint_type& sender_endpoint, socket_base::message_flags flags) in receive_from() argument 940 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 963 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 967 this->impl_.get_implementation(), buffers, sender_endpoint, flags, ec); in receive_from() 1013 endpoint_type& sender_endpoint, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1020 &sender_endpoint, socket_base::message_flags(0)); in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1059 endpoint_type& sender_endpoint, socket_base::message_flags flags, in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() 1066 buffers, &sender_endpoint, flags); in BOOST_ASIO_INITFN_AUTO_RESULT_TYPE() [all …]
|
/external/sdv/vsomeip/implementation/helper/1.55/boost/asio/detail/ |
D | reactive_socket_service_ext_local.hpp | 279 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 285 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 288 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 291 sender_endpoint.resize(addr_len); in receive_from() 298 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 305 sender_endpoint = endpoint_type(); in receive_from() 315 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 329 buffers, sender_endpoint, flags, handler); in async_receive_from() 344 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument 361 sender_endpoint = endpoint_type(); in async_receive_from()
|
D | reactive_socket_service_ext.hpp | 279 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 285 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 288 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 291 sender_endpoint.resize(addr_len); in receive_from() 298 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 305 sender_endpoint = endpoint_type(); in receive_from() 315 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 329 buffers, sender_endpoint, flags, handler); in async_receive_from() 344 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument 361 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | reactive_socket_service.hpp | 306 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 312 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 319 sender_endpoint.data(), &addr_len, ec); in receive_from() 326 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 330 sender_endpoint.resize(addr_len); in receive_from() 337 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 344 sender_endpoint = endpoint_type(); in receive_from() 355 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 369 buffers, sender_endpoint, flags, handler, io_ex); in async_receive_from() 384 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument [all …]
|
D | win_iocp_socket_service.hpp | 377 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 383 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 386 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 389 sender_endpoint.resize(addr_len); in receive_from() 396 const null_buffers&, endpoint_type& sender_endpoint, in receive_from() argument 403 sender_endpoint = endpoint_type(); in receive_from() 440 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 453 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/implementation/helper/1.70/boost/asio/detail/ |
D | reactive_socket_service_ext_local.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
D | reactive_socket_service_ext.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/implementation/helper/1.74/boost/asio/detail/ |
D | reactive_socket_service_ext_local.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
D | reactive_socket_service_ext.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/implementation/helper/1.76/boost/asio/detail/ |
D | reactive_socket_service_ext.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
D | reactive_socket_service_ext_local.hpp | 296 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 302 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 305 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 308 sender_endpoint.resize(addr_len); in receive_from() 315 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 322 sender_endpoint = endpoint_type(); in receive_from() 333 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 347 sender_endpoint, flags, handler, io_ex); in async_receive_from() 362 endpoint_type& sender_endpoint, socket_base::message_flags flags, in async_receive_from() argument 378 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/implementation/helper/1.66/boost/asio/detail/ |
D | reactive_socket_service_ext_local.hpp | 293 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 299 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 302 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 305 sender_endpoint.resize(addr_len); in receive_from() 312 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 319 sender_endpoint = endpoint_type(); in receive_from() 329 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 342 buffers, sender_endpoint, flags, handler); in async_receive_from() 357 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument 373 sender_endpoint = endpoint_type(); in async_receive_from()
|
D | reactive_socket_service_ext.hpp | 295 endpoint_type& sender_endpoint, socket_base::message_flags flags, in receive_from() argument 301 std::size_t addr_len = sender_endpoint.capacity(); in receive_from() 304 flags, sender_endpoint.data(), &addr_len, ec); in receive_from() 307 sender_endpoint.resize(addr_len); in receive_from() 314 endpoint_type& sender_endpoint, socket_base::message_flags, in receive_from() argument 321 sender_endpoint = endpoint_type(); in receive_from() 331 const MutableBufferSequence& buffers, endpoint_type& sender_endpoint, in async_receive_from() argument 344 buffers, sender_endpoint, flags, handler); in async_receive_from() 359 const null_buffers&, endpoint_type& sender_endpoint, in async_receive_from() argument 375 sender_endpoint = endpoint_type(); in async_receive_from()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/tutorial/daytime4/ |
D | client.cpp | 40 udp::endpoint sender_endpoint; in main() local 42 boost::asio::buffer(recv_buf), sender_endpoint); in main()
|