Home | History | Annotate | Download | only in detail

Lines Matching refs:protocol

29 template <typename Socket, typename Protocol>
34 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
35 typename Protocol::endpoint* peer_endpoint, func_type complete_func)
40 protocol_(protocol),
73 Protocol protocol_;
74 typename Protocol::endpoint* peer_endpoint_;
77 template <typename Socket, typename Protocol, typename Handler>
79 public reactive_socket_accept_op_base<Socket, Protocol>
85 socket_ops::state_type state, Socket& peer, const Protocol& protocol,
86 typename Protocol::endpoint* peer_endpoint, Handler& handler)
87 : reactive_socket_accept_op_base<Socket, Protocol>(socket, state, peer,
88 protocol, peer_endpoint, &reactive_socket_accept_op::do_complete),