HomeSort by relevance Sort by last modified time
    Searched refs:protocol_type (Results 1 - 13 of 13) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
reactive_socket_recvfrom_op.hpp 32 reactive_socket_recvfrom_op_base(socket_type socket, int protocol_type,
37 protocol_type_(protocol_type),
79 reactive_socket_recvfrom_op(socket_type socket, int protocol_type,
83 socket, protocol_type, buffers, endpoint, flags,
reactive_socket_service.hpp 48 typedef Protocol protocol_type; typedef in class:asio::detail::reactive_socket_service
67 protocol_type protocol_;
105 impl.protocol_ = protocol_type(other_impl.protocol_);
111 const protocol_type& protocol, asio::error_code& ec)
121 const protocol_type& protocol, const native_handle_type& native_socket,
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_entry.hpp 37 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver_entry
basic_resolver_query.hpp 40 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver_query
96 basic_resolver_query(const protocol_type& protocol,
195 basic_resolver_query(const protocol_type& protocol,
basic_endpoint.hpp 42 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_endpoint
111 protocol_type protocol() const
basic_resolver.hpp 45 typedef InternetProtocol protocol_type; typedef in class:asio::ip::basic_resolver
resolver_service.hpp 38 typedef InternetProtocol protocol_type; typedef in class:asio::ip::resolver_service
  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket_acceptor.hpp 64 typedef Protocol protocol_type; typedef in class:asio::basic_socket_acceptor
97 const protocol_type& protocol)
137 const protocol_type protocol = endpoint.protocol();
169 const protocol_type& protocol, const native_handle_type& native_acceptor)
274 void open(const protocol_type& protocol = protocol_type())
301 asio::error_code open(const protocol_type& protocol,
317 void assign(const protocol_type& protocol,
336 asio::error_code assign(const protocol_type& protocol,
    [all...]
basic_socket.hpp 51 typedef Protocol protocol_type; typedef in class:asio::basic_socket
83 const protocol_type& protocol)
111 const protocol_type protocol = endpoint.protocol();
132 const protocol_type& protocol, const native_handle_type& native_socket)
261 void open(const protocol_type& protocol = protocol_type())
287 asio::error_code open(const protocol_type& protocol,
303 void assign(const protocol_type& protocol,
322 asio::error_code assign(const protocol_type& protocol,
740 const protocol_type protocol = peer_endpoint.protocol()
    [all...]
socket_acceptor_service.hpp 35 typedef Protocol protocol_type; typedef in class:asio::socket_acceptor_service
38 typedef typename protocol_type::endpoint endpoint_type;
104 const protocol_type& protocol, asio::error_code& ec)
111 const protocol_type& protocol, const native_handle_type& native_acceptor,
basic_stream_socket.hpp 54 typedef Protocol protocol_type; typedef in class:asio::basic_stream_socket
86 const protocol_type& protocol)
127 const protocol_type& protocol, const native_handle_type& native_socket)
    [all...]
stream_socket_service.hpp 36 typedef Protocol protocol_type; typedef in class:asio::stream_socket_service
105 const protocol_type& protocol, asio::error_code& ec)
116 const protocol_type& protocol, const native_handle_type& native_socket,
  /external/webrtc/webrtc/p2p/base/
turnport_unittest.cc 317 void TestTurnAlternateServer(cricket::ProtocolType protocol_type) {
323 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type);
324 turn_server_.AddInternalSocket(kTurnAlternateIntAddr, protocol_type);
327 cricket::ProtocolAddress(kTurnIntAddr, protocol_type));
344 void TestTurnAlternateServerV4toV6(cricket::ProtocolType protocol_type) {
349 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type);
352 cricket::ProtocolAddress(kTurnIntAddr, protocol_type));
357 void TestTurnAlternateServerPingPong(cricket::ProtocolType protocol_type) {
364 turn_server_.AddInternalSocket(kTurnIntAddr, protocol_type);
365 turn_server_.AddInternalSocket(kTurnAlternateIntAddr, protocol_type);
    [all...]

Completed in 317 milliseconds