Go to the documentation of this file.
   29 #ifndef _UBIXOS_ERRNO_H 
   30 #define _UBIXOS_ERRNO_H 
   72 #define  ENAMETOOLONG    36   
   77 #define  EWOULDBLOCK     EAGAIN   
   95 #define  EDEADLOCK       EDEADLK 
  127 #define  EDESTADDRREQ    89   
  129 #define  EPROTOTYPE      91   
  130 #define  ENOPROTOOPT     92   
  131 #define  EPROTONOSUPPORT 93   
  132 #define  ESOCKTNOSUPPORT 94   
  133 #define  EOPNOTSUPP      95   
  134 #define  EPFNOSUPPORT    96   
  135 #define  EAFNOSUPPORT    97   
  136 #define  EADDRINUSE      98   
  137 #define  EADDRNOTAVAIL   99   
  139 #define  ENETUNREACH    101   
  140 #define  ENETRESET      102   
  141 #define  ECONNABORTED   103   
  142 #define  ECONNRESET     104   
  146 #define  ESHUTDOWN      108   
  147 #define  ETOOMANYREFS   109   
  148 #define  ETIMEDOUT      110   
  149 #define  ECONNREFUSED   111   
  150 #define  EHOSTDOWN      112   
  151 #define  EHOSTUNREACH   113   
  153 #define  EINPROGRESS    115   
  159 #define  EREMOTEIO      121   
  162 #define  ENOMEDIUM      123   
  163 #define  EMEDIUMTYPE    124