Go to the documentation of this file. 56 #ifndef LWIP_HDR_ERRNO_H 57 #define LWIP_HDR_ERRNO_H 65 #ifdef LWIP_PROVIDE_ERRNO 102 #define ENAMETOOLONG 36 107 #define EWOULDBLOCK EAGAIN 125 #define EDEADLOCK EDEADLK 157 #define EDESTADDRREQ 89 159 #define EPROTOTYPE 91 160 #define ENOPROTOOPT 92 161 #define EPROTONOSUPPORT 93 162 #define ESOCKTNOSUPPORT 94 163 #define EOPNOTSUPP 95 164 #define EPFNOSUPPORT 96 165 #define EAFNOSUPPORT 97 166 #define EADDRINUSE 98 167 #define EADDRNOTAVAIL 99 169 #define ENETUNREACH 101 170 #define ENETRESET 102 171 #define ECONNABORTED 103 172 #define ECONNRESET 104 176 #define ESHUTDOWN 108 177 #define ETOOMANYREFS 109 178 #define ETIMEDOUT 110 179 #define ECONNREFUSED 111 180 #define EHOSTDOWN 112 181 #define EHOSTUNREACH 113 183 #define EINPROGRESS 115 189 #define EREMOTEIO 121 192 #define ENOMEDIUM 123 193 #define EMEDIUMTYPE 124 202 #ifdef LWIP_ERRNO_INCLUDE 203 #include LWIP_ERRNO_INCLUDE