HomeSort by relevance Sort by last modified time
    Searched refs:ioctl_arg_type (Results 1 - 4 of 4) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
io_control.hpp 60 detail::ioctl_arg_type* data()
66 const detail::ioctl_arg_type* data() const
72 detail::ioctl_arg_type value_;
87 : value_(static_cast<detail::ioctl_arg_type>(value))
100 value_ = static_cast<detail::ioctl_arg_type>(value);
110 detail::ioctl_arg_type* data()
116 const detail::ioctl_arg_type* data() const
122 detail::ioctl_arg_type value_;
socket_types.hpp 76 typedef int ioctl_arg_type; typedef in namespace:asio::detail
reactive_socket_service_base.hpp 128 static_cast<ioctl_arg_type*>(command.data()), ec);
socket_ops.hpp 204 int cmd, ioctl_arg_type* arg, asio::error_code& ec);

Completed in 119 milliseconds