File nut/include/net/errno.h


Preprocessor definitions

#define _NET_ERRNO_H_

#define EINVAL 22

#define EWOULDBLOCK 10035

#define EINPROGRESS 10036

#define EALREADY 10037

#define ENOTSOCK 10038

#define EDESTADDRREQ 10039

#define EMSGSIZE 10040

#define EPROTOTYPE 10041

#define ENOPROTOOPT 10042

#define EPROTONOSUPPORT 10043

#define ESOCKTNOSUPPORT 10044

#define EOPNOTSUPP 10045

#define EPFNOSUPPORT 10046

#define EAFNOSUPPORT 10047

#define EADDRINUSE 10048

#define EADDRNOTAVAIL 10049

#define ENETDOWN 10050

#define ENETUNREACH 10051

#define ENETRESET 10052

#define ECONNABORTED 10053

#define ECONNRESET 10054

#define ENOBUFS 10055

#define EISCONN 10056

#define ENOTCONN 10057

#define ESHUTDOWN 10058

#define ETOOMANYREFS 10059

#define ETIMEDOUT 10060

#define ECONNREFUSED 10061

#define ELOOP 10062

#define ENAMETOOLONG 10063

#define EHOSTDOWN 10064

#define EHOSTUNREACH 10065

#define ENOTEMPTY 10066