Go to the documentation of this file.
   37 #ifndef LWIP_HDR_ERRNO_H 
   38 #define LWIP_HDR_ERRNO_H 
   46 #ifdef LWIP_PROVIDE_ERRNO 
   83 #define  ENAMETOOLONG    36   
   88 #define  EWOULDBLOCK     EAGAIN   
  106 #define  EDEADLOCK       EDEADLK 
  138 #define  EDESTADDRREQ    89   
  140 #define  EPROTOTYPE      91   
  141 #define  ENOPROTOOPT     92   
  142 #define  EPROTONOSUPPORT 93   
  143 #define  ESOCKTNOSUPPORT 94   
  144 #define  EOPNOTSUPP      95   
  145 #define  EPFNOSUPPORT    96   
  146 #define  EAFNOSUPPORT    97   
  147 #define  EADDRINUSE      98   
  148 #define  EADDRNOTAVAIL   99   
  150 #define  ENETUNREACH    101   
  151 #define  ENETRESET      102   
  152 #define  ECONNABORTED   103   
  153 #define  ECONNRESET     104   
  157 #define  ESHUTDOWN      108   
  158 #define  ETOOMANYREFS   109   
  159 #define  ETIMEDOUT      110   
  160 #define  ECONNREFUSED   111   
  161 #define  EHOSTDOWN      112   
  162 #define  EHOSTUNREACH   113   
  164 #define  EINPROGRESS    115   
  170 #define  EREMOTEIO      121   
  173 #define  ENOMEDIUM      123   
  174 #define  EMEDIUMTYPE    124   
  183 #ifdef LWIP_ERRNO_INCLUDE 
  184 #include LWIP_ERRNO_INCLUDE