File indexing completed on 2026-07-27 09:45:05
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011 #ifndef OPENSSL_BIOERR_H
0012 #define OPENSSL_BIOERR_H
0013 #pragma once
0014
0015 #include <openssl/opensslconf.h>
0016 #include <openssl/symhacks.h>
0017 #include <openssl/cryptoerr_legacy.h>
0018
0019
0020
0021
0022 #define BIO_R_ACCEPT_ERROR 100
0023 #define BIO_R_ADDRINFO_ADDR_IS_NOT_AF_INET 141
0024 #define BIO_R_AMBIGUOUS_HOST_OR_SERVICE 129
0025 #define BIO_R_BAD_FOPEN_MODE 101
0026 #define BIO_R_BROKEN_PIPE 124
0027 #define BIO_R_CONNECT_ERROR 103
0028 #define BIO_R_CONNECT_TIMEOUT 147
0029 #define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET 107
0030 #define BIO_R_GETSOCKNAME_ERROR 132
0031 #define BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS 133
0032 #define BIO_R_GETTING_SOCKTYPE 134
0033 #define BIO_R_INVALID_ARGUMENT 125
0034 #define BIO_R_INVALID_SOCKET 135
0035 #define BIO_R_IN_USE 123
0036 #define BIO_R_LENGTH_TOO_LONG 102
0037 #define BIO_R_LISTEN_V6_ONLY 136
0038 #define BIO_R_LOCAL_ADDR_NOT_AVAILABLE 111
0039 #define BIO_R_LOOKUP_RETURNED_NOTHING 142
0040 #define BIO_R_MALFORMED_HOST_OR_SERVICE 130
0041 #define BIO_R_NBIO_CONNECT_ERROR 110
0042 #define BIO_R_NON_FATAL 112
0043 #define BIO_R_NO_ACCEPT_ADDR_OR_SERVICE_SPECIFIED 143
0044 #define BIO_R_NO_HOSTNAME_OR_SERVICE_SPECIFIED 144
0045 #define BIO_R_NO_PORT_DEFINED 113
0046 #define BIO_R_NO_SUCH_FILE 128
0047 #define BIO_R_NULL_PARAMETER 115
0048 #define BIO_R_TFO_DISABLED 106
0049 #define BIO_R_TFO_NO_KERNEL_SUPPORT 108
0050 #define BIO_R_TRANSFER_ERROR 104
0051 #define BIO_R_TRANSFER_TIMEOUT 105
0052 #define BIO_R_UNABLE_TO_BIND_SOCKET 117
0053 #define BIO_R_UNABLE_TO_CREATE_SOCKET 118
0054 #define BIO_R_UNABLE_TO_KEEPALIVE 137
0055 #define BIO_R_UNABLE_TO_LISTEN_SOCKET 119
0056 #define BIO_R_UNABLE_TO_NODELAY 138
0057 #define BIO_R_UNABLE_TO_REUSEADDR 139
0058 #define BIO_R_UNABLE_TO_TFO 109
0059 #define BIO_R_UNAVAILABLE_IP_FAMILY 145
0060 #define BIO_R_UNINITIALIZED 120
0061 #define BIO_R_UNKNOWN_INFO_TYPE 140
0062 #define BIO_R_UNSUPPORTED_IP_FAMILY 146
0063 #define BIO_R_UNSUPPORTED_METHOD 121
0064 #define BIO_R_UNSUPPORTED_PROTOCOL_FAMILY 131
0065 #define BIO_R_WRITE_TO_READ_ONLY_BIO 126
0066 #define BIO_R_WSASTARTUP 122
0067 #define BIO_R_PORT_MISMATCH 150
0068 #define BIO_R_PEER_ADDR_NOT_AVAILABLE 151
0069
0070 #endif