/third_party/boost/libs/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()
|
/third_party/boost/doc/html/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()
|
/third_party/boost/doc/html/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()
|
/third_party/boost/libs/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()
|
/third_party/boost/libs/asio/include/boost/asio/ |
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 …]
|
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 …]
|
/third_party/boost/boost/asio/ |
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 …]
|
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 …]
|
/third_party/boost/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()
|
/third_party/boost/libs/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()
|
/third_party/boost/libs/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()
|
/third_party/boost/doc/html/boost_asio/example/cpp11/futures/ |
D | daytime_client.cpp | 48 udp::endpoint sender_endpoint; in get_daytime() local 52 sender_endpoint, in get_daytime()
|
/third_party/boost/libs/asio/example/cpp11/futures/ |
D | daytime_client.cpp | 48 udp::endpoint sender_endpoint; in get_daytime() local 52 sender_endpoint, in get_daytime()
|
/third_party/boost/libs/asio/test/ip/ |
D | udp.cpp | 500 ip::udp::endpoint sender_endpoint; in test() local 502 sender_endpoint); in test() 509 target_endpoint = sender_endpoint; in test() 512 s2.async_receive_from(buffer(recv_msg, sizeof(recv_msg)), sender_endpoint, in test()
|
/third_party/boost/libs/asio/doc/ |
D | tutorial.qbk | 1558 ``''''''`` udp::endpoint sender_endpoint; 1560 ``''''''`` boost::asio::buffer(recv_buf), sender_endpoint); 1630 ``''''''`` udp::endpoint sender_endpoint; 1632 ``''''''`` boost::asio::buffer(recv_buf), sender_endpoint);
|
D | reference.qbk | 7325 endpoint_type & sender_endpoint, 7334 endpoint_type & sender_endpoint, 7351 endpoint_type & sender_endpoint, 7365 [[sender_endpoint][An endpoint object that receives the endpoint of the remote sender of the datagr… 7384 boost::asio::buffer(data, size), sender_endpoint, handler); 7407 endpoint_type & sender_endpoint, 7422 [[sender_endpoint][An endpoint object that receives the endpoint of the remote sender of the datagr… 11417 endpoint_type & sender_endpoint); 11424 endpoint_type & sender_endpoint, 11432 endpoint_type & sender_endpoint, [all …]
|