Pyrogenesis  trunk
Macros
werrno.h File Reference
#include <errno.h>
Include dependency graph for werrno.h:

Go to the source code of this file.

Macros

#define EWOULDBLOCK   35
 
#define EINPROGRESS   36
 
#define EALREADY   37
 
#define ENOTSOCK   38
 
#define EDESTADDRREQ   39
 
#define EMSGSIZE   40
 
#define EPROTOTYPE   41
 
#define ENOPROTOOPT   42
 
#define EPROTONOSUPPORT   43
 
#define EOPNOTSUPP   45
 
#define EAFNOSUPPORT   47
 
#define EADDRINUSE   48
 
#define EADDRNOTAVAIL   49
 
#define ENETDOWN   50
 
#define ENETUNREACH   51
 
#define ENETRESET   52
 
#define ECONNABORTED   53
 
#define ECONNRESET   54
 
#define ENOBUFS   55
 
#define EISCONN   56
 
#define ENOTCONN   57
 
#define ETIMEDOUT   60
 
#define ECONNREFUSED   61
 
#define EHOSTUNREACH   65
 
#define EDQUOT   69
 
#define ESTALE   70
 

Macro Definition Documentation

◆ EADDRINUSE

#define EADDRINUSE   48

◆ EADDRNOTAVAIL

#define EADDRNOTAVAIL   49

◆ EAFNOSUPPORT

#define EAFNOSUPPORT   47

◆ EALREADY

#define EALREADY   37

◆ ECONNABORTED

#define ECONNABORTED   53

◆ ECONNREFUSED

#define ECONNREFUSED   61

◆ ECONNRESET

#define ECONNRESET   54

◆ EDESTADDRREQ

#define EDESTADDRREQ   39

◆ EDQUOT

#define EDQUOT   69

◆ EHOSTUNREACH

#define EHOSTUNREACH   65

◆ EINPROGRESS

#define EINPROGRESS   36

◆ EISCONN

#define EISCONN   56

◆ EMSGSIZE

#define EMSGSIZE   40

◆ ENETDOWN

#define ENETDOWN   50

◆ ENETRESET

#define ENETRESET   52

◆ ENETUNREACH

#define ENETUNREACH   51

◆ ENOBUFS

#define ENOBUFS   55

◆ ENOPROTOOPT

#define ENOPROTOOPT   42

◆ ENOTCONN

#define ENOTCONN   57

◆ ENOTSOCK

#define ENOTSOCK   38

◆ EOPNOTSUPP

#define EOPNOTSUPP   45

◆ EPROTONOSUPPORT

#define EPROTONOSUPPORT   43

◆ EPROTOTYPE

#define EPROTOTYPE   41

◆ ESTALE

#define ESTALE   70

◆ ETIMEDOUT

#define ETIMEDOUT   60

◆ EWOULDBLOCK

#define EWOULDBLOCK   35