A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sim_errno.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  nsc_errno {
  NSC_EUNKNOWN = -1, NSC_EADDRINUSE = -10, NSC_EADDRNOTAVAIL = -11, NSC_EAGAIN = -12,
  NSC_EALREADY = -25, NSC_ECONNREFUSED = -32, NSC_ECONNRESET = -33, NSC_EHOSTDOWN = -50,
  NSC_EHOSTUNREACH = -51, NSC_EINPROGRESS = -60, NSC_EISCONN = -61, NSC_EMSGSIZE = -70,
  NSC_ENETUNREACH = -82, NSC_ENOTCONN = -86, NSC_ENOTDIR = -87, NSC_ESHUTDOWN = -130,
  NSC_ETIMEDOUT = -140
}
 

Enumeration Type Documentation

enum nsc_errno
Enumerator
NSC_EUNKNOWN 
NSC_EADDRINUSE 
NSC_EADDRNOTAVAIL 
NSC_EAGAIN 
NSC_EALREADY 
NSC_ECONNREFUSED 
NSC_ECONNRESET 
NSC_EHOSTDOWN 
NSC_EHOSTUNREACH 
NSC_EINPROGRESS 
NSC_EISCONN 
NSC_EMSGSIZE 
NSC_ENETUNREACH 
NSC_ENOTCONN 
NSC_ENOTDIR 
NSC_ESHUTDOWN 
NSC_ETIMEDOUT 

Definition at line 15 of file sim_errno.h.