![]() |
neMESYS SDK
20150729
|
Collaboration diagram for IPC/network software -- operational errors:Macros | |
| #define | ERR_CONNABORTED 0x0161 |
| Software caused connection abort. | |
| #define | ERR_CONNREFUSED 0x0169 |
| Connection refused. | |
| #define | ERR_CONNRESET 0x0162 |
| Connection reset by peer. | |
| #define | ERR_HOSTDOWN 0x016C |
| Host is down. | |
| #define | ERR_HOSTUNREACH 0x016D |
| No route to host. | |
| #define | ERR_ISCONN 0x0164 |
| Socket is already connected. | |
| #define | ERR_NETDOWN 0x015E |
| Network is down. | |
| #define | ERR_NETRESET 0x0160 |
| Network dropped connection on reset. | |
| #define | ERR_NETUNREACH 0x015F |
| Network is unreachable. | |
| #define | ERR_NOBUFS 0x0163 |
| No buffer space available. | |
| #define | ERR_NOTCONN 0x0165 |
| Socket is not connected. | |
| #define | ERR_SHUTDOWN 0x0166 |
| Can't send after socket shutdown. | |
| #define | ERR_TIMEDOUT 0x0168 |
| Operation timed out. | |
| #define | ERR_TOOMANYREFS 0x0167 |
| Too many references: can't splice. | |