Searched refs:ASIO_SOCKET_ERROR (Results 1 – 1 of 1) sorted by relevance
22 # define ASIO_SOCKET_ERROR(e) e macro35 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 …]