Home
last modified time | relevance | path

Searched defs:remote_endpoint (Results 1 – 22 of 22) sorted by relevance

/third_party/nghttp2/src/
Dasio_server_request_impl.cc57 const boost::asio::ip::tcp::endpoint &request_impl::remote_endpoint() const { in remote_endpoint() function in nghttp2::asio_http2::server::request_impl
61 void request_impl::remote_endpoint(boost::asio::ip::tcp::endpoint ep) { in remote_endpoint() function in nghttp2::asio_http2::server::request_impl
Dasio_server_request.cc53 const boost::asio::ip::tcp::endpoint &request::remote_endpoint() const { in remote_endpoint() function in nghttp2::asio_http2::server::request
Dasio_server_http2_handler.cc483 const boost::asio::ip::tcp::endpoint &http2_handler::remote_endpoint() { in remote_endpoint() function in nghttp2::asio_http2::server::http2_handler
/third_party/boost/libs/asio/example/cpp03/tutorial/daytime5/
Dserver.cpp37 udp::endpoint remote_endpoint; in main() local
/third_party/grpc/test/core/tsi/alts/fake_handshaker/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/third_party/grpc/src/core/tsi/alts/handshaker/proto/
Dhandshaker.proto89 Endpoint remote_endpoint = 7; field
132 Endpoint remote_endpoint = 5; field
/third_party/grpc/src/proto/grpc/gcp/
Dhandshaker.proto99 Endpoint remote_endpoint = 7; field
145 Endpoint remote_endpoint = 5; field
/third_party/boost/doc/html/boost_asio/example/cpp03/porthopper/
Dclient.cpp44 tcp::endpoint remote_endpoint = *resolver.resolve(host_name, port).begin(); in main() local
Dserver.cpp92 tcp::endpoint remote_endpoint = socket->remote_endpoint(ec); in handle_control_request_timer() local
/third_party/boost/libs/asio/example/cpp03/porthopper/
Dclient.cpp44 tcp::endpoint remote_endpoint = *resolver.resolve(host_name, port).begin(); in main() local
Dserver.cpp92 tcp::endpoint remote_endpoint = socket->remote_endpoint(ec); in handle_control_request_timer() local
/third_party/boost/boost/asio/detail/
Dwinrt_ssocket_service.hpp173 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::winrt_ssocket_service
Dwin_iocp_socket_service.hpp99 endpoint_type remote_endpoint() const in remote_endpoint() function in boost::asio::detail::win_iocp_socket_service::native_handle_type
280 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::win_iocp_socket_service
Dreactive_socket_service.hpp196 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::reactive_socket_service
Dnull_socket_service.hpp250 endpoint_type remote_endpoint(const implementation_type&, in remote_endpoint() function in boost::asio::detail::null_socket_service
/third_party/boost/libs/asio/include/boost/asio/detail/
Dwinrt_ssocket_service.hpp173 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::winrt_ssocket_service
Dwin_iocp_socket_service.hpp99 endpoint_type remote_endpoint() const in remote_endpoint() function in boost::asio::detail::win_iocp_socket_service::native_handle_type
280 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::win_iocp_socket_service
Dreactive_socket_service.hpp196 endpoint_type remote_endpoint(const implementation_type& impl, in remote_endpoint() function in boost::asio::detail::reactive_socket_service
Dnull_socket_service.hpp250 endpoint_type remote_endpoint(const implementation_type&, in remote_endpoint() function in boost::asio::detail::null_socket_service
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_socket.hpp1605 endpoint_type remote_endpoint() const in remote_endpoint() function in boost::asio::basic_socket
1635 endpoint_type remote_endpoint(boost::system::error_code& ec) const in remote_endpoint() function in boost::asio::basic_socket
/third_party/boost/boost/asio/
Dbasic_socket.hpp1605 endpoint_type remote_endpoint() const in remote_endpoint() function in boost::asio::basic_socket
1635 endpoint_type remote_endpoint(boost::system::error_code& ec) const in remote_endpoint() function in boost::asio::basic_socket
/third_party/cef/libcef/browser/net_service/
Dproxy_url_loader_factory.cc171 const net::IPEndPoint& remote_endpoint, in OnHeadersReceived()
529 const net::IPEndPoint& remote_endpoint, in OnHeadersReceived()