Go to the documentation of this file.
   75 #define EWOULDBLOCK     EAGAIN           
   76 #define EINPROGRESS     36               
   81 #define EDESTADDRREQ    39               
   84 #define ENOPROTOOPT     42               
   85 #define EPROTONOSUPPORT 43               
   86 #define ESOCKTNOSUPPORT 44               
   88 #define ENOTSUP         EOPNOTSUPP       
   89 #define EPFNOSUPPORT    46               
   90 #define EAFNOSUPPORT    47               
   92 #define EADDRNOTAVAIL   49               
   96 #define ENETUNREACH     51               
   98 #define ECONNABORTED    53               
  104 #define ETOOMANYREFS    59               
  106 #define ECONNREFUSED    61               
  110 #define ENAMETOOLONG    63 
  114 #define EHOSTUNREACH    65               
  126 #define ERPCMISMATCH    73               
  127 #define EPROGUNAVAIL    74               
  128 #define EPROGMISMATCH   75               
  129 #define EPROCUNAVAIL    76               
  151 #define ENOTCAPABLE     93               
  153 #define ENOTRECOVERABLE 95               
  154 #define EOWNERDEAD      96