IPC/network software -- operational errors

Overview

+ Collaboration diagram for IPC/network software -- operational errors:

Macros

#define ERR_NET_CONNABORTED   0x0161
 Software caused connection abort.
 
#define ERR_NET_CONNREFUSED   0x0169
 Connection refused.
 
#define ERR_NET_CONNRESET   0x0162
 Connection reset by peer.
 
#define ERR_NET_HOSTDOWN   0x016C
 Host is down.
 
#define ERR_NET_HOSTUNREACH   0x016D
 No route to host.
 
#define ERR_NET_ISCONN   0x0164
 Socket is already connected.
 
#define ERR_NET_NETDOWN   0x015E
 Network is down.
 
#define ERR_NET_NETRESET   0x0160
 Network dropped connection on reset.
 
#define ERR_NET_NETUNREACH   0x015F
 Network is unreachable.
 
#define ERR_NET_NOBUFS   0x0163
 No buffer space available.
 
#define ERR_NET_NOTCONN   0x0165
 Socket is not connected.
 
#define ERR_NET_SHUTDOWN   0x0166
 Can't send after socket shutdown.
 
#define ERR_NET_TIMEDOUT   0x0168
 Operation timed out.
 
#define ERR_NET_TOOMANYREFS   0x0167
 Too many references: can't splice.