Home
last modified time | relevance | path

Searched refs:ASIO_SOCKET_ERROR (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp22 # define ASIO_SOCKET_ERROR(e) e macro
35 access_denied = ASIO_SOCKET_ERROR(EACCES),
38 address_family_not_supported = ASIO_SOCKET_ERROR(EAFNOSUPPORT),
41 address_in_use = ASIO_SOCKET_ERROR(EADDRINUSE),
44 already_connected = ASIO_SOCKET_ERROR(EISCONN),
47 already_started = ASIO_SOCKET_ERROR(EALREADY),
55 connection_aborted = ASIO_SOCKET_ERROR(ECONNABORTED),
58 connection_refused = ASIO_SOCKET_ERROR(ECONNREFUSED),
61 connection_reset = ASIO_SOCKET_ERROR(ECONNRESET),
64 bad_descriptor = ASIO_SOCKET_ERROR(EBADF),
[all …]