Home | History | Annotate | Download | only in asio

Lines Matching refs:endpoint_type

67   typedef typename Protocol::endpoint endpoint_type;
133 const endpoint_type& endpoint, bool reuse_addr = true)
367 void bind(const endpoint_type& endpoint)
397 asio::error_code bind(const endpoint_type& endpoint,
865 endpoint_type local_endpoint() const
868 endpoint_type ep = this->get_service().local_endpoint(
896 endpoint_type local_endpoint(asio::error_code& ec) const
925 peer, static_cast<endpoint_type*>(0), ec);
959 peer, static_cast<endpoint_type*>(0), ec);
1012 peer, static_cast<endpoint_type*>(0),
1041 endpoint_type& peer_endpoint)
1080 endpoint_type& peer_endpoint, asio::error_code& ec)
1116 endpoint_type& peer_endpoint, ASIO_MOVE_ARG(AcceptHandler) handler)