Searched refs:io_control_command (Results 1 – 11 of 11) sorted by relevance
/third_party/boost/libs/asio/test/posix/ |
D | stream_descriptor.cpp | 57 posix::descriptor_base::bytes_readable io_control_command; in test() local 116 descriptor1.io_control(io_control_command); in test() 117 descriptor1.io_control(io_control_command, ec); in test()
|
/third_party/boost/libs/asio/test/generic/ |
D | seq_packet_protocol.cpp | 66 socket_base::bytes_readable io_control_command; in test() local 149 socket1.io_control(io_control_command); in test() 150 socket1.io_control(io_control_command, ec); in test()
|
D | stream_protocol.cpp | 75 socket_base::bytes_readable io_control_command; in test() local 169 socket1.io_control(io_control_command); in test() 170 socket1.io_control(io_control_command, ec); in test()
|
D | raw_protocol.cpp | 67 socket_base::bytes_readable io_control_command; in test() local 153 socket1.io_control(io_control_command); in test() 154 socket1.io_control(io_control_command, ec); in test()
|
D | datagram_protocol.cpp | 67 socket_base::bytes_readable io_control_command; in test() local 153 socket1.io_control(io_control_command); in test() 154 socket1.io_control(io_control_command, ec); in test()
|
/third_party/boost/libs/asio/test/local/ |
D | stream_protocol.cpp | 68 socket_base::bytes_readable io_control_command; in test() local 139 socket1.io_control(io_control_command); in test() 140 socket1.io_control(io_control_command, ec); in test()
|
D | datagram_protocol.cpp | 60 socket_base::bytes_readable io_control_command; in test() local 131 socket1.io_control(io_control_command); in test() 132 socket1.io_control(io_control_command, ec); in test()
|
/third_party/boost/libs/asio/test/archetypes/ |
D | io_control_command.hpp | 16 class io_control_command class
|
/third_party/boost/libs/asio/test/ip/ |
D | tcp.cpp | 241 archetypes::io_control_command io_control_command; in test() local 368 socket1.io_control(io_control_command); in test() 369 socket1.io_control(io_control_command, ec); in test() 769 archetypes::io_control_command io_control_command; in test() local 864 acceptor1.io_control(io_control_command); in test() 865 acceptor1.io_control(io_control_command, ec); in test()
|
D | icmp.cpp | 88 archetypes::io_control_command io_control_command; in test() local 215 socket1.io_control(io_control_command); in test() 216 socket1.io_control(io_control_command, ec); in test()
|
D | udp.cpp | 104 archetypes::io_control_command io_control_command; in test() local 231 socket1.io_control(io_control_command); in test() 232 socket1.io_control(io_control_command, ec); in test()
|