OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_addr_type
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/asio-1.10.6/include/asio/ip/detail/
endpoint.hpp
56
asio::detail::
socket_addr_type
* data()
62
const asio::detail::
socket_addr_type
* data() const
116
asio::detail::
socket_addr_type
base;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp
63
ASIO_DECL socket_type accept(socket_type s,
socket_addr_type
* addr,
67
state_type state,
socket_addr_type
* addr,
72
state_type state,
socket_addr_type
* addr, std::size_t* addrlen,
76
ASIO_DECL int bind(socket_type s, const
socket_addr_type
* addr,
91
ASIO_DECL int connect(socket_type s, const
socket_addr_type
* addr,
94
ASIO_DECL void sync_connect(socket_type s, const
socket_addr_type
* addr,
130
size_t count, int flags,
socket_addr_type
* addr,
134
buf* bufs, size_t count, int flags,
socket_addr_type
* addr,
140
socket_addr_type
* addr, std::size_t* addrlen,
172
size_t count, int flags, const
socket_addr_type
* addr
[
all
...]
socket_types.hpp
56
typedef sockaddr
socket_addr_type
;
typedef in namespace:asio::detail
reactive_socket_service_base.hpp
427
const
socket_addr_type
* addr, size_t addrlen);
/external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_endpoint.hpp
46
typedef asio::detail::
socket_addr_type
data_type;
Completed in 323 milliseconds