Programmable Gateways
Login
Overview
Power Industry
Serial Device Server
Programmable Gateways
Serial/Ethernet Gateway XNUT-100
CAN/Ethernet Gateway XNUT-105
Ethernet CPU Boards
Shop
Information and Support
Main Page
|
Modules
|
Data Structures
|
File List
|
Data Fields
|
Globals
|
Related Pages
|
Examples
include/net/errno.h File Reference
Detailed Description
Network error definitions.
Defines
#define
EINVAL
#define
EWOULDBLOCK
Operation would block.
#define
EINPROGRESS
Operation now in progress.
#define
EALREADY
Operation already in progress.
#define
ENOTSOCK
Socket operation on non-socket.
#define
EDESTADDRREQ
Destination address required.
#define
EMSGSIZE
Message too long.
#define
EPROTOTYPE
Protocol wrong type for socket.
#define
ENOPROTOOPT
Protocol not available.
#define
EPROTONOSUPPORT
Protocol not supported.
#define
ESOCKTNOSUPPORT
Socket type not supported.
#define
EOPNOTSUPP
Operation not supported on socket.
#define
EPFNOSUPPORT
Protocol family not supported.
#define
EAFNOSUPPORT
Address family not supported by protocol family.
#define
EADDRINUSE
Address already in use.
#define
EADDRNOTAVAIL
Can't assign requested address.
#define
ENETDOWN
Network is down.
#define
ENETUNREACH
Network is unreachable.
#define
ENETRESET
Network dropped connection on reset.
#define
ECONNABORTED
Software caused connection abort.
#define
ECONNRESET
Connection reset by peer.
#define
ENOBUFS
No buffer space available.
#define
EISCONN
Socket is already connected.
#define
ENOTCONN
Socket is not connected.
#define
ESHUTDOWN
Can't send after socket shutdown.
#define
ETOOMANYREFS
Too many references: can't splice.
#define
ETIMEDOUT
Connection timed out.
#define
ECONNREFUSED
Connection refused.
#define
ELOOP
Too many levels of symbolic links.
#define
ENAMETOOLONG
File name too long.
#define
EHOSTDOWN
Host is down.
#define
EHOSTUNREACH
No route to host.
#define
ENOTEMPTY
Directory not empty.
Define Documentation
#define EINVAL
Invalid argument