OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_endpoint
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp
1351
endpoint_type
local_endpoint
() const
function in class:asio::basic_socket
1381
endpoint_type
local_endpoint
(asio::error_code& ec) const
function in class:asio::basic_socket
[
all
...]
basic_socket_acceptor.hpp
862
* asio::ip::tcp::endpoint endpoint = acceptor.
local_endpoint
();
865
endpoint_type
local_endpoint
() const
function in class:asio::basic_socket_acceptor
868
endpoint_type ep = this->get_service().
local_endpoint
(
870
asio::detail::throw_error(ec, "
local_endpoint
");
889
* asio::ip::tcp::endpoint endpoint = acceptor.
local_endpoint
(ec);
896
endpoint_type
local_endpoint
(asio::error_code& ec) const
function in class:asio::basic_socket_acceptor
898
return this->get_service().
local_endpoint
(this->get_implementation(), ec);
[
all
...]
socket_acceptor_service.hpp
215
endpoint_type
local_endpoint
(const implementation_type& impl,
function in class:asio::socket_acceptor_service
218
return service_impl_.
local_endpoint
(impl, ec);
stream_socket_service.hpp
250
endpoint_type
local_endpoint
(const implementation_type& impl,
function in class:asio::stream_socket_service
253
return service_impl_.
local_endpoint
(impl, ec);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_service.hpp
169
endpoint_type
local_endpoint
(const implementation_type& impl,
function in class:asio::detail::reactive_socket_service
Completed in 64 milliseconds