HomeSort by relevance Sort by last modified time
    Searched full:socket_addr_type (Results 1 - 7 of 7) sorted by null

  /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/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/impl/
socket_ops.ipp 68 socket_type s, socket_addr_type* addr, std::size_t* addrlen)
77 socket_type accept(socket_type s, socket_addr_type* addr,
109 socket_addr_type* addr, std::size_t* addrlen, asio::error_code& ec)
154 state_type state, socket_addr_type* addr, std::size_t* addrlen,
202 socket_type s, const socket_addr_type* addr, std::size_t addrlen)
207 int bind(socket_type s, const socket_addr_type* addr,
353 socket_type s, const socket_addr_type* addr, std::size_t addrlen)
358 int connect(socket_type s, const socket_addr_type* addr,
379 void sync_connect(socket_type s, const socket_addr_type* addr,
541 inline void init_msghdr_msg_name(void*& name, socket_addr_type* addr
    [all...]
reactive_socket_service_base.ipp 232 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 82 milliseconds