Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:38

0001 /*
0002  * Generated by util/mkerr.pl DO NOT EDIT
0003  * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
0004  *
0005  * Licensed under the Apache License 2.0 (the "License").  You may not use
0006  * this file except in compliance with the License.  You can obtain a copy
0007  * in the file LICENSE in the source distribution or at
0008  * https://www.openssl.org/source/license.html
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  * BIO reason codes.
0023  */
0024 # define BIO_R_ACCEPT_ERROR                               100
0025 # define BIO_R_ADDRINFO_ADDR_IS_NOT_AF_INET               141
0026 # define BIO_R_AMBIGUOUS_HOST_OR_SERVICE                  129
0027 # define BIO_R_BAD_FOPEN_MODE                             101
0028 # define BIO_R_BROKEN_PIPE                                124
0029 # define BIO_R_CONNECT_ERROR                              103
0030 # define BIO_R_CONNECT_TIMEOUT                            147
0031 # define BIO_R_GETHOSTBYNAME_ADDR_IS_NOT_AF_INET          107
0032 # define BIO_R_GETSOCKNAME_ERROR                          132
0033 # define BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS              133
0034 # define BIO_R_GETTING_SOCKTYPE                           134
0035 # define BIO_R_INVALID_ARGUMENT                           125
0036 # define BIO_R_INVALID_SOCKET                             135
0037 # define BIO_R_IN_USE                                     123
0038 # define BIO_R_LENGTH_TOO_LONG                            102
0039 # define BIO_R_LISTEN_V6_ONLY                             136
0040 # define BIO_R_LOCAL_ADDR_NOT_AVAILABLE                   111
0041 # define BIO_R_LOOKUP_RETURNED_NOTHING                    142
0042 # define BIO_R_MALFORMED_HOST_OR_SERVICE                  130
0043 # define BIO_R_NBIO_CONNECT_ERROR                         110
0044 # define BIO_R_NON_FATAL                                  112
0045 # define BIO_R_NO_ACCEPT_ADDR_OR_SERVICE_SPECIFIED        143
0046 # define BIO_R_NO_HOSTNAME_OR_SERVICE_SPECIFIED           144
0047 # define BIO_R_NO_PORT_DEFINED                            113
0048 # define BIO_R_NO_SUCH_FILE                               128
0049 # define BIO_R_NULL_PARAMETER                             115 /* unused */
0050 # define BIO_R_TFO_DISABLED                               106
0051 # define BIO_R_TFO_NO_KERNEL_SUPPORT                      108
0052 # define BIO_R_TRANSFER_ERROR                             104
0053 # define BIO_R_TRANSFER_TIMEOUT                           105
0054 # define BIO_R_UNABLE_TO_BIND_SOCKET                      117
0055 # define BIO_R_UNABLE_TO_CREATE_SOCKET                    118
0056 # define BIO_R_UNABLE_TO_KEEPALIVE                        137
0057 # define BIO_R_UNABLE_TO_LISTEN_SOCKET                    119
0058 # define BIO_R_UNABLE_TO_NODELAY                          138
0059 # define BIO_R_UNABLE_TO_REUSEADDR                        139
0060 # define BIO_R_UNABLE_TO_TFO                              109
0061 # define BIO_R_UNAVAILABLE_IP_FAMILY                      145
0062 # define BIO_R_UNINITIALIZED                              120
0063 # define BIO_R_UNKNOWN_INFO_TYPE                          140
0064 # define BIO_R_UNSUPPORTED_IP_FAMILY                      146
0065 # define BIO_R_UNSUPPORTED_METHOD                         121
0066 # define BIO_R_UNSUPPORTED_PROTOCOL_FAMILY                131
0067 # define BIO_R_WRITE_TO_READ_ONLY_BIO                     126
0068 # define BIO_R_WSASTARTUP                                 122
0069 # define BIO_R_PORT_MISMATCH                              150
0070 # define BIO_R_PEER_ADDR_NOT_AVAILABLE                    151
0071 
0072 #endif